#C966EA

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

Shades of Medium Orchid #C966EA

Tints of Medium Orchid #C966EA

Color information

#C966EA (or 0xC966EA) is unknown color: approx Medium Orchid. HEX triplet: C9, 66 and EA. RGB value is (201,102,234). Sum of RGB (Red+Green+Blue) = 201+102+234=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #C966EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966EA is #369915. Grayscale: #929292. Windows color (decimal): -3578134 or 15361737. OLE color: 15361737.

HSL color Cylindrical-coordinate representation of color #C966EA: hue angle of 285º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C966EA is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201102234-
CMYK0.140.5600.08
HSL285º75.86%65.88%-
HSV(B)285º56.41%91.76%-
XYZ43.6927.8680.92-
YUV146.65177.3166.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 102 (40.23% from 255) = 18.99%
BLUE value IS 234 (91.80% from 255) = 43.58%
R=37.43%
G=18.99%
B=43.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011022340.140.5600.0828575.8665.88
HexC966EAE380811d4c42
Octal3111463521670010435114102
Binary1100100111001101110101011101110000100010001110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C966EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C966EA; }

 p { color: rgb(201,102,234); }

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

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

 a { background-color: rgb(201,102,234); }

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

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

 span { border-color: rgb(201,102,234); }

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