#C05FD0

Color #C05FD0 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C05FD0

Tints of Medium Orchid #C05FD0

Color information

#C05FD0 (or 0xC05FD0) is unknown color: approx Medium Orchid. HEX triplet: C0, 5F and D0. RGB value is (192,95,208). Sum of RGB (Red+Green+Blue) = 192+95+208=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #C05FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FD0 is #3FA02F. Grayscale: #888888. Windows color (decimal): -4169776 or 13656000. OLE color: 13656000.

HSL color Cylindrical-coordinate representation of color #C05FD0: hue angle of 291.5º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05FD0 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19295208-
CMYK0.080.5400.18
HSL291.5º54.59%59.41%-
HSV(B)291.5º54.33%81.57%-
XYZ37.2223.9462.33-
YUV136.88168.14167.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 95 (37.5% from 255) = 19.19%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=38.79%
G=19.19%
B=42.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192952080.080.5400.18291.554.5959.41
HexC05FD0836012124373b
Octal30013732010660224446773
Binary110000001011111110100001000110110010010100100100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05FD0; }

 p { color: rgb(192,95,208); }

 H1.HeaderClassName
 {
   color: #C05FD0;
 }
 .AnyTagClassName
 {
   color: #C05FD0;
 }
</style>
background-color css

<style>
 a { background-color: #C05FD0; }

 a { background-color: rgb(192,95,208); }

 div.DivClassName
 {
   background-color: #C05FD0;
 }
 .BgClassName
 {
   background-color: #C05FD0;
 }
</style>
border-color css

<style>
 span { border-color: #C05FD0; }

 span { border-color: rgb(192,95,208); }

 td.TdClassName
 {
   border-color: #C05FD0;
 }
 .TagClassName
 {
   border-color: #C05FD0;
 }
</style>