#C96FCE

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

Shades of Orchid #C96FCE

Tints of Orchid #C96FCE

Color information

#C96FCE (or 0xC96FCE) is unknown color: approx Orchid. HEX triplet: C9, 6F and CE. RGB value is (201,111,206). Sum of RGB (Red+Green+Blue) = 201+111+206=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #C96FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FCE is #369031. Grayscale: #949494. Windows color (decimal): -3575858 or 13529033. OLE color: 13529033.

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

Color convert

RGB201111206-
CMYK0.020.4600.19
HSL296.84º49.22%62.16%-
HSV(B)296.84º46.12%80.78%-
XYZ40.9128.2461.69-
YUV148.74160.32165.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.80%
GREEN value IS 111 (43.75% from 255) = 21.43%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=38.80%
G=21.43%
B=39.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011112060.020.4600.19296.8449.2262.16
HexC96FCE22E013129313e
Octal3111573162560234516176
Binary1100100111011111100111010101110010011100101001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96FCE; }

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

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

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

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

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

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

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

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