#C066CE

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

Shades of Medium Orchid #C066CE

Tints of Medium Orchid #C066CE

Color information

#C066CE (or 0xC066CE) is unknown color: approx Medium Orchid. HEX triplet: C0, 66 and CE. RGB value is (192,102,206). Sum of RGB (Red+Green+Blue) = 192+102+206=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #C066CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066CE is #3F9931. Grayscale: #8C8C8C. Windows color (decimal): -4167986 or 13526720. OLE color: 13526720.

HSL color Cylindrical-coordinate representation of color #C066CE: hue angle of 291.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C066CE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192102206-
CMYK0.070.5000.19
HSL291.92º51.49%60.39%-
HSV(B)291.92º50.49%80.78%-
XYZ37.6325.1761.27-
YUV140.77164.82164.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 102 (40.23% from 255) = 20.4%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=38.4%
G=20.4%
B=41.2%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921022060.070.5000.19291.9251.4960.39
HexC066CE732013124333c
Octal3001463167620234446374
Binary11000000110011011001110111110010010011100100100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C066CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C066CE; }

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

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

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

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

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

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

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

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