#C96DCD

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

Shades of Orchid #C96DCD

Tints of Orchid #C96DCD

Color information

#C96DCD (or 0xC96DCD) is unknown color: approx Orchid. HEX triplet: C9, 6D and CD. RGB value is (201,109,205). Sum of RGB (Red+Green+Blue) = 201+109+205=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #C96DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DCD is #369232. Grayscale: #939393. Windows color (decimal): -3576371 or 13462985. OLE color: 13462985.

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

Color convert

RGB201109205-
CMYK0.020.4700.20
HSL297.5º48.98%61.57%-
HSV(B)297.5º46.83%80.39%-
XYZ40.5827.7660.98-
YUV147.45160.48166.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.03%
GREEN value IS 109 (42.97% from 255) = 21.17%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=39.03%
G=21.17%
B=39.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011092050.020.4700.20297.548.9861.57
HexC96DCD22F01412a313e
Octal3111553152570244526176
Binary1100100111011011100110110101111010100100101010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96DCD; }

 p { color: rgb(201,109,205); }

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

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

 a { background-color: rgb(201,109,205); }

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

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

 span { border-color: rgb(201,109,205); }

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