Shades of Orchid #C96CDB
Tints of Orchid #C96CDB
RGB
CMYK
RGB Variations
Color information
#C96CDB (or 0xC96CDB) is known color: Orchid. HEX triplet: C9, 6C and DB. RGB value is (201,108,219). Sum of RGB (Red+Green+Blue) = 201+108+219=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #C96CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CDB is #369324. Grayscale: #949494. Windows color (decimal): -3576613 or 14380233. OLE color: 14380233.
HSL color Cylindrical-coordinate representation of color #C96CDB: hue angle of 290.27º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96CDB is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 108 | 219 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.14 |
| HSL | 290.27º | 0.61% | 0.64% | - |
| HSV(B) | 290.27º | 0.51% | 0.86% | - |
| XYZ | 42.24 | 28.26 | 70.25 | - |
| YUV | 148.46 | 167.81 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 219 | 0.08 | 0.51 | 0 | 0.14 | 290.27 | 0.61 | 0.64 |
| Hex | C9 | 6C | DB | 8 | 33 | 0 | E | 122 | 3D | 40 |
| Octal | 311 | 154 | 333 | 10 | 63 | 0 | 16 | 442 | 75 | 100 |
| Binary | 11001001 | 1101100 | 11011011 | 1000 | 110011 | 0 | 1110 | 100100010 | 111101 | 1000000 |
Color Harmonies of #C96CDB
Complementary color
Monochromatic Colors of #C96CDB
Black with #C96CDB
Text Example
Text Example
White with #C96CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96CDB; }
p { color: rgb(201,108,219); }
H1.HeaderClassName
{
color: #C96CDB;
}
.AnyTagClassName
{
color: #C96CDB;
}
</style>
background-color css
<style>
a { background-color: #C96CDB; }
a { background-color: rgb(201,108,219); }
div.DivClassName
{
background-color: #C96CDB;
}
.BgClassName
{
background-color: #C96CDB;
}
</style>
border-color css
<style>
span { border-color: #C96CDB; }
span { border-color: rgb(201,108,219); }
td.TdClassName
{
border-color: #C96CDB;
}
.TagClassName
{
border-color: #C96CDB;
}
</style>