#C96CD2

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

Shades of Orchid #C96CD2

Tints of Orchid #C96CD2

Color information

#C96CD2 (or 0xC96CD2) is unknown color: approx Orchid. HEX triplet: C9, 6C and D2. RGB value is (201,108,210). Sum of RGB (Red+Green+Blue) = 201+108+210=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #C96CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CD2 is #36932D. Grayscale: #939393. Windows color (decimal): -3576622 or 13790409. OLE color: 13790409.

HSL color Cylindrical-coordinate representation of color #C96CD2: hue angle of 294.71º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96CD2 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201108210-
CMYK0.040.4900.18
HSL294.71º53.12%62.35%-
HSV(B)294.71º48.57%82.35%-
XYZ41.0827.864.17-
YUV147.44163.31166.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 108 (42.58% from 255) = 20.81%
BLUE value IS 210 (82.42% from 255) = 40.46%
R=38.73%
G=20.81%
B=40.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011082100.040.4900.18294.7153.1262.35
HexC96CD2431012127353e
Octal3111543224610224476576
Binary11001001110110011010010100110001010010100100111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96CD2; }

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

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

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

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

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

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

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

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