Shades of Orchid #C96DDB
Tints of Orchid #C96DDB
RGB
CMYK
RGB Variations
Color information
#C96DDB (or 0xC96DDB) is known color: 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
RGB | 201 | 109 | 219 | - |
CMYK | 0.08 | 0.50 | 0 | 0.14 |
HSL | 290.18º | 0.6% | 0.64% | - |
HSV(B) | 290.18º | 0.5% | 0.86% | - |
XYZ | 42.34 | 28.47 | 70.28 | - |
YUV | 149.05 | 167.48 | 165.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 109 | 219 | 0.08 | 0.50 | 0 | 0.14 | 290.18 | 0.6 | 0.64 |
Hex | C9 | 6D | DB | 8 | 32 | 0 | E | 122 | 3C | 40 |
Octal | 311 | 155 | 333 | 10 | 62 | 0 | 16 | 442 | 74 | 100 |
Binary | 11001001 | 1101101 | 11011011 | 1000 | 110010 | 0 | 1110 | 100100010 | 111100 | 1000000 |
Color Harmonies of #C96DDB
Complementary color
Monochromatic Colors of #C96DDB
Black with #C96DDB
Text Example
Text Example
White with #C96DDB
Text Example
Text Example
HTML Codes & Css Web 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>