Shades of Orchid #C96BDB
Tints of Orchid #C96BDB
RGB
CMYK
RGB Variations
Color information
#C96BDB (or 0xC96BDB) is known color: Orchid. HEX triplet: C9, 6B and DB. RGB value is (201,107,219). Sum of RGB (Red+Green+Blue) = 201+107+219=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #C96BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BDB is #369424. Grayscale: #939393. Windows color (decimal): -3576869 or 14379977. OLE color: 14379977.
HSL color Cylindrical-coordinate representation of color #C96BDB: hue angle of 290.36º 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 #C96BDB is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 107 | 219 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.14 |
| HSL | 290.36º | 0.61% | 0.64% | - |
| HSV(B) | 290.36º | 0.51% | 0.86% | - |
| XYZ | 42.13 | 28.05 | 70.21 | - |
| YUV | 147.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 219 | 0.08 | 0.51 | 0 | 0.14 | 290.36 | 0.61 | 0.64 |
| Hex | C9 | 6B | DB | 8 | 33 | 0 | E | 122 | 3D | 40 |
| Octal | 311 | 153 | 333 | 10 | 63 | 0 | 16 | 442 | 75 | 100 |
| Binary | 11001001 | 1101011 | 11011011 | 1000 | 110011 | 0 | 1110 | 100100010 | 111101 | 1000000 |
Color Harmonies of #C96BDB
Complementary color
Monochromatic Colors of #C96BDB
Black with #C96BDB
Text Example
Text Example
White with #C96BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BDB; }
p { color: rgb(201,107,219); }
H1.HeaderClassName
{
color: #C96BDB;
}
.AnyTagClassName
{
color: #C96BDB;
}
</style>
background-color css
<style>
a { background-color: #C96BDB; }
a { background-color: rgb(201,107,219); }
div.DivClassName
{
background-color: #C96BDB;
}
.BgClassName
{
background-color: #C96BDB;
}
</style>
border-color css
<style>
span { border-color: #C96BDB; }
span { border-color: rgb(201,107,219); }
td.TdClassName
{
border-color: #C96BDB;
}
.TagClassName
{
border-color: #C96BDB;
}
</style>