Shades of Orchid #D869CE
Tints of Orchid #D869CE
RGB
CMYK
RGB Variations
Color information
#D869CE (or 0xD869CE) is known color: Orchid. HEX triplet: D8, 69 and CE. RGB value is (216,105,206). Sum of RGB (Red+Green+Blue) = 216+105+206=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D869CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869CE is #279631. Grayscale: #959595. Windows color (decimal): -2594354 or 13527512. OLE color: 13527512.
HSL color Cylindrical-coordinate representation of color #D869CE: hue angle of 305.41º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D869CE is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 206 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.15 |
| HSL | 305.41º | 0.59% | 0.63% | - |
| HSV(B) | 305.41º | 0.51% | 0.85% | - |
| XYZ | 44.51 | 29.16 | 61.67 | - |
| YUV | 149.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 206 | 0 | 0.51 | 0.05 | 0.15 | 305.41 | 0.59 | 0.63 |
| Hex | D8 | 69 | CE | 0 | 33 | 5 | F | 131 | 3B | 3F |
| Octal | 330 | 151 | 316 | 0 | 63 | 5 | 17 | 461 | 73 | 77 |
| Binary | 11011000 | 1101001 | 11001110 | 0 | 110011 | 101 | 1111 | 100110001 | 111011 | 111111 |
Color Harmonies of #D869CE
Complementary color
Monochromatic Colors of #D869CE
Black with #D869CE
Text Example
Text Example
White with #D869CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869CE; }
p { color: rgb(216,105,206); }
H1.HeaderClassName
{
color: #D869CE;
}
.AnyTagClassName
{
color: #D869CE;
}
</style>
background-color css
<style>
a { background-color: #D869CE; }
a { background-color: rgb(216,105,206); }
div.DivClassName
{
background-color: #D869CE;
}
.BgClassName
{
background-color: #D869CE;
}
</style>
border-color css
<style>
span { border-color: #D869CE; }
span { border-color: rgb(216,105,206); }
td.TdClassName
{
border-color: #D869CE;
}
.TagClassName
{
border-color: #D869CE;
}
</style>