#C066EC

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

Shades of Medium Orchid #C066EC

Tints of Medium Orchid #C066EC

Color information

#C066EC (or 0xC066EC) is unknown color: approx Medium Orchid. HEX triplet: C0, 66 and EC. RGB value is (192,102,236). Sum of RGB (Red+Green+Blue) = 192+102+236=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #C066EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C066EC is #3F9913. Grayscale: #8F8F8F. Windows color (decimal): -4167956 or 15492800. OLE color: 15492800.

HSL color Cylindrical-coordinate representation of color #C066EC: hue angle of 280.3º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C066EC is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192102236-
CMYK0.190.5700.07
HSL280.3º77.91%66.27%-
HSV(B)280.3º56.78%92.55%-
XYZ41.6326.7782.33-
YUV144.19179.82162.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 102 (40.23% from 255) = 19.25%
BLUE value IS 236 (92.58% from 255) = 44.53%
R=36.23%
G=19.25%
B=44.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921022360.190.5700.07280.377.9166.27
HexC066EC1339071184e42
Octal300146354237107430116102
Binary1100000011001101110110010011111001011110001100010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C066EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C066EC; }

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

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

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

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

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

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

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

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