#C96DDB

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

Shades of Orchid #C96DDB

Tints of Orchid #C96DDB

Color information

#C96DDB (or 0xC96DDB) is unknown color: approx Orchid. HEX triplet: C9, 6D and DB. RGB value is (201,109,219). Sum of RGB (Red+Green+Blue) = 201+109+219=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #C96DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DDB is #369224. Grayscale: #949494. Windows color (decimal): -3576357 or 14380489. OLE color: 14380489.

HSL color Cylindrical-coordinate representation of color #C96DDB: hue angle of 290.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96DDB is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201109219-
CMYK0.080.5000.14
HSL290.18º60.44%64.31%-
HSV(B)290.18º50.23%85.88%-
XYZ42.3428.4770.28-
YUV149.05167.48165.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 109 (42.97% from 255) = 20.60%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=38.00%
G=20.60%
B=41.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011092190.080.5000.14290.1860.4464.31
HexC96DDB8320E1223c40
Octal311155333106201644274100
Binary110010011101101110110111000110010011101001000101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96DDB; }

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

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

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

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

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

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

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

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