Shades of Orchid #D865CE
Tints of Orchid #D865CE
RGB
CMYK
RGB Variations
Color information
#D865CE (or 0xD865CE) is known color: Orchid. HEX triplet: D8, 65 and CE. RGB value is (216,101,206). Sum of RGB (Red+Green+Blue) = 216+101+206=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D865CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865CE is #279A31. Grayscale: #939393. Windows color (decimal): -2595378 or 13526488. OLE color: 13526488.
HSL color Cylindrical-coordinate representation of color #D865CE: hue angle of 305.22º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D865CE is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 206 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.15 |
| HSL | 305.22º | 0.6% | 0.62% | - |
| HSV(B) | 305.22º | 0.53% | 0.85% | - |
| XYZ | 44.11 | 28.36 | 61.54 | - |
| YUV | 147.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 206 | 0 | 0.53 | 0.05 | 0.15 | 305.22 | 0.6 | 0.62 |
| Hex | D8 | 65 | CE | 0 | 35 | 5 | F | 131 | 3C | 3E |
| Octal | 330 | 145 | 316 | 0 | 65 | 5 | 17 | 461 | 74 | 76 |
| Binary | 11011000 | 1100101 | 11001110 | 0 | 110101 | 101 | 1111 | 100110001 | 111100 | 111110 |
Color Harmonies of #D865CE
Complementary color
Monochromatic Colors of #D865CE
Black with #D865CE
Text Example
Text Example
White with #D865CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865CE; }
p { color: rgb(216,101,206); }
H1.HeaderClassName
{
color: #D865CE;
}
.AnyTagClassName
{
color: #D865CE;
}
</style>
background-color css
<style>
a { background-color: #D865CE; }
a { background-color: rgb(216,101,206); }
div.DivClassName
{
background-color: #D865CE;
}
.BgClassName
{
background-color: #D865CE;
}
</style>
border-color css
<style>
span { border-color: #D865CE; }
span { border-color: rgb(216,101,206); }
td.TdClassName
{
border-color: #D865CE;
}
.TagClassName
{
border-color: #D865CE;
}
</style>