Shades of Orchid #C875DB
Tints of Orchid #C875DB
RGB
CMYK
RGB Variations
Color information
#C875DB (or 0xC875DB) is known color: Orchid. HEX triplet: C8, 75 and DB. RGB value is (200,117,219). Sum of RGB (Red+Green+Blue) = 200+117+219=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #C875DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875DB is #378A24. Grayscale: #999999. Windows color (decimal): -3639845 or 14382536. OLE color: 14382536.
HSL color Cylindrical-coordinate representation of color #C875DB: hue angle of 288.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C875DB is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 117 | 219 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.14 |
| HSL | 288.82º | 0.59% | 0.66% | - |
| HSV(B) | 288.82º | 0.47% | 0.86% | - |
| XYZ | 42.97 | 30.12 | 70.57 | - |
| YUV | 153.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 219 | 0.09 | 0.47 | 0 | 0.14 | 288.82 | 0.59 | 0.66 |
| Hex | C8 | 75 | DB | 9 | 2F | 0 | E | 121 | 3B | 42 |
| Octal | 310 | 165 | 333 | 11 | 57 | 0 | 16 | 441 | 73 | 102 |
| Binary | 11001000 | 1110101 | 11011011 | 1001 | 101111 | 0 | 1110 | 100100001 | 111011 | 1000010 |
Color Harmonies of #C875DB
Complementary color
Monochromatic Colors of #C875DB
Black with #C875DB
Text Example
Text Example
White with #C875DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875DB; }
p { color: rgb(200,117,219); }
H1.HeaderClassName
{
color: #C875DB;
}
.AnyTagClassName
{
color: #C875DB;
}
</style>
background-color css
<style>
a { background-color: #C875DB; }
a { background-color: rgb(200,117,219); }
div.DivClassName
{
background-color: #C875DB;
}
.BgClassName
{
background-color: #C875DB;
}
</style>
border-color css
<style>
span { border-color: #C875DB; }
span { border-color: rgb(200,117,219); }
td.TdClassName
{
border-color: #C875DB;
}
.TagClassName
{
border-color: #C875DB;
}
</style>