#C96DDE

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

Shades of Orchid #C96DDE

Tints of Orchid #C96DDE

Color information

#C96DDE (or 0xC96DDE) is unknown color: approx Orchid. HEX triplet: C9, 6D and DE. RGB value is (201,109,222). Sum of RGB (Red+Green+Blue) = 201+109+222=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #C96DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DDE is #369221. Grayscale: #959595. Windows color (decimal): -3576354 or 14577097. OLE color: 14577097.

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

Color convert

RGB201109222-
CMYK0.090.5100.13
HSL288.85º63.13%64.9%-
HSV(B)288.85º50.9%87.06%-
XYZ42.7428.6372.38-
YUV149.39168.98164.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 109 (42.97% from 255) = 20.49%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=37.78%
G=20.49%
B=41.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011092220.090.5100.13288.8563.1364.9
HexC96DDE9330D1213f41
Octal311155336116301544177101
Binary110010011101101110111101001110011011011001000011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96DDE; }

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

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

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

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

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

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

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

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