#C96EDD

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

Shades of Orchid #C96EDD

Tints of Orchid #C96EDD

Color information

#C96EDD (or 0xC96EDD) is unknown color: approx Orchid. HEX triplet: C9, 6E and DD. RGB value is (201,110,221). Sum of RGB (Red+Green+Blue) = 201+110+221=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #C96EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EDD is #369122. Grayscale: #959595. Windows color (decimal): -3576099 or 14511817. OLE color: 14511817.

HSL color Cylindrical-coordinate representation of color #C96EDD: hue angle of 289.19º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96EDD is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201110221-
CMYK0.090.5000.13
HSL289.19º62.01%64.9%-
HSV(B)289.19º50.23%86.67%-
XYZ42.7128.7971.71-
YUV149.86168.15164.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 110 (43.36% from 255) = 20.68%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=37.78%
G=20.68%
B=41.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011102210.090.5000.13289.1962.0164.9
HexC96EDD9320D1213e41
Octal311156335116201544176101
Binary110010011101110110111011001110010011011001000011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96EDD; }

 p { color: rgb(201,110,221); }

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

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

 a { background-color: rgb(201,110,221); }

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

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

 span { border-color: rgb(201,110,221); }

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