#C96CCE

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

Shades of Orchid #C96CCE

Tints of Orchid #C96CCE

Color information

#C96CCE (or 0xC96CCE) is unknown color: approx Orchid. HEX triplet: C9, 6C and CE. RGB value is (201,108,206). Sum of RGB (Red+Green+Blue) = 201+108+206=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #C96CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CCE is #369331. Grayscale: #929292. Windows color (decimal): -3576626 or 13528265. OLE color: 13528265.

HSL color Cylindrical-coordinate representation of color #C96CCE: hue angle of 296.94º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C96CCE is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201108206-
CMYK0.020.4800.19
HSL296.94º50%61.57%-
HSV(B)296.94º47.57%80.78%-
XYZ40.5927.661.58-
YUV146.98161.31166.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.03%
GREEN value IS 108 (42.58% from 255) = 20.97%
BLUE value IS 206 (80.86% from 255) = 40%
R=39.03%
G=20.97%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011082060.020.4800.19296.945061.57
HexC96CCE230013129323e
Octal3111543162600234516276
Binary1100100111011001100111010110000010011100101001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96CCE; }

 p { color: rgb(201,108,206); }

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

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

 a { background-color: rgb(201,108,206); }

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

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

 span { border-color: rgb(201,108,206); }

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