Shades of Orchid #D869C8
Tints of Orchid #D869C8
RGB
CMYK
RGB Variations
Color information
#D869C8 (or 0xD869C8) is known color: Orchid. HEX triplet: D8, 69 and C8. RGB value is (216,105,200). Sum of RGB (Red+Green+Blue) = 216+105+200=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D869C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869C8 is #279637. Grayscale: #949494. Windows color (decimal): -2594360 or 13134296. OLE color: 13134296.
HSL color Cylindrical-coordinate representation of color #D869C8: hue angle of 308.65º 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 #D869C8 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 200 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.15 |
| HSL | 308.65º | 0.59% | 0.63% | - |
| HSV(B) | 308.65º | 0.51% | 0.85% | - |
| XYZ | 43.8 | 28.87 | 57.91 | - |
| YUV | 149.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 200 | 0 | 0.51 | 0.07 | 0.15 | 308.65 | 0.59 | 0.63 |
| Hex | D8 | 69 | C8 | 0 | 33 | 7 | F | 135 | 3B | 3F |
| Octal | 330 | 151 | 310 | 0 | 63 | 7 | 17 | 465 | 73 | 77 |
| Binary | 11011000 | 1101001 | 11001000 | 0 | 110011 | 111 | 1111 | 100110101 | 111011 | 111111 |
Color Harmonies of #D869C8
Complementary color
Monochromatic Colors of #D869C8
Black with #D869C8
Text Example
Text Example
White with #D869C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869C8; }
p { color: rgb(216,105,200); }
H1.HeaderClassName
{
color: #D869C8;
}
.AnyTagClassName
{
color: #D869C8;
}
</style>
background-color css
<style>
a { background-color: #D869C8; }
a { background-color: rgb(216,105,200); }
div.DivClassName
{
background-color: #D869C8;
}
.BgClassName
{
background-color: #D869C8;
}
</style>
border-color css
<style>
span { border-color: #D869C8; }
span { border-color: rgb(216,105,200); }
td.TdClassName
{
border-color: #D869C8;
}
.TagClassName
{
border-color: #D869C8;
}
</style>