#C06FCD

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

Shades of Medium Orchid #C06FCD

Tints of Medium Orchid #C06FCD

Color information

#C06FCD (or 0xC06FCD) is unknown color: approx Medium Orchid. HEX triplet: C0, 6F and CD. RGB value is (192,111,205). Sum of RGB (Red+Green+Blue) = 192+111+205=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #C06FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FCD is #3F9032. Grayscale: #919191. Windows color (decimal): -4165683 or 13463488. OLE color: 13463488.

HSL color Cylindrical-coordinate representation of color #C06FCD: hue angle of 291.7º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06FCD is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192111205-
CMYK0.060.4600.20
HSL291.7º48.45%61.96%-
HSV(B)291.7º45.85%80.39%-
XYZ38.4426.9860.94-
YUV145.94161.34160.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 111 (43.75% from 255) = 21.85%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=37.80%
G=21.85%
B=40.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921112050.060.4600.20291.748.4561.96
HexC06FCD62E014124303e
Octal3001573156560244446076
Binary11000000110111111001101110101110010100100100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06FCD; }

 p { color: rgb(192,111,205); }

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

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

 a { background-color: rgb(192,111,205); }

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

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

 span { border-color: rgb(192,111,205); }

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