#C066CB

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

Shades of Medium Orchid #C066CB

Tints of Medium Orchid #C066CB

Color information

#C066CB (or 0xC066CB) is unknown color: approx Medium Orchid. HEX triplet: C0, 66 and CB. RGB value is (192,102,203). Sum of RGB (Red+Green+Blue) = 192+102+203=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #C066CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066CB is #3F9934. Grayscale: #8C8C8C. Windows color (decimal): -4167989 or 13330112. OLE color: 13330112.

HSL color Cylindrical-coordinate representation of color #C066CB: hue angle of 293.47º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C066CB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192102203-
CMYK0.050.5000.20
HSL293.47º49.27%59.8%-
HSV(B)293.47º49.75%79.61%-
XYZ37.2725.0259.37-
YUV140.42163.32164.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 102 (40.23% from 255) = 20.52%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=38.63%
G=20.52%
B=40.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921022030.050.5000.20293.4749.2759.8
HexC066CB532014125313c
Octal3001463135620244456174
Binary11000000110011011001011101110010010100100100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C066CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C066CB; }

 p { color: rgb(192,102,203); }

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

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

 a { background-color: rgb(192,102,203); }

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

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

 span { border-color: rgb(192,102,203); }

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