Shades of Orchid #C981DB
Tints of Orchid #C981DB
RGB
CMYK
RGB Variations
Color information
#C981DB (or 0xC981DB) is known color: Orchid. HEX triplet: C9, 81 and DB. RGB value is (201,129,219). Sum of RGB (Red+Green+Blue) = 201+129+219=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #C981DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981DB is #367E24. Grayscale: #A0A0A0. Windows color (decimal): -3571237 or 14385609. OLE color: 14385609.
HSL color Cylindrical-coordinate representation of color #C981DB: hue angle of 288º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C981DB is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 129 | 219 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.14 |
| HSL | 288º | 0.56% | 0.68% | - |
| HSV(B) | 288º | 0.41% | 0.86% | - |
| XYZ | 44.72 | 33.23 | 71.08 | - |
| YUV | 160.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 219 | 0.08 | 0.41 | 0 | 0.14 | 288 | 0.56 | 0.68 |
| Hex | C9 | 81 | DB | 8 | 29 | 0 | E | 120 | 38 | 44 |
| Octal | 311 | 201 | 333 | 10 | 51 | 0 | 16 | 440 | 70 | 104 |
| Binary | 11001001 | 10000001 | 11011011 | 1000 | 101001 | 0 | 1110 | 100100000 | 111000 | 1000100 |
Color Harmonies of #C981DB
Complementary color
Monochromatic Colors of #C981DB
Black with #C981DB
Text Example
Text Example
White with #C981DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C981DB; }
p { color: rgb(201,129,219); }
H1.HeaderClassName
{
color: #C981DB;
}
.AnyTagClassName
{
color: #C981DB;
}
</style>
background-color css
<style>
a { background-color: #C981DB; }
a { background-color: rgb(201,129,219); }
div.DivClassName
{
background-color: #C981DB;
}
.BgClassName
{
background-color: #C981DB;
}
</style>
border-color css
<style>
span { border-color: #C981DB; }
span { border-color: rgb(201,129,219); }
td.TdClassName
{
border-color: #C981DB;
}
.TagClassName
{
border-color: #C981DB;
}
</style>