Shades of Orchid #D865D4
Tints of Orchid #D865D4
RGB
CMYK
RGB Variations
Color information
#D865D4 (or 0xD865D4) is known color: Orchid. HEX triplet: D8, 65 and D4. RGB value is (216,101,212). Sum of RGB (Red+Green+Blue) = 216+101+212=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D865D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865D4 is #279A2B. Grayscale: #939393. Windows color (decimal): -2595372 or 13919704. OLE color: 13919704.
HSL color Cylindrical-coordinate representation of color #D865D4: hue angle of 302.09º 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 #D865D4 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 212 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.15 |
| HSL | 302.09º | 0.6% | 0.62% | - |
| HSV(B) | 302.09º | 0.53% | 0.85% | - |
| XYZ | 44.86 | 28.66 | 65.46 | - |
| YUV | 148.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 212 | 0 | 0.53 | 0.02 | 0.15 | 302.09 | 0.6 | 0.62 |
| Hex | D8 | 65 | D4 | 0 | 35 | 2 | F | 12E | 3C | 3E |
| Octal | 330 | 145 | 324 | 0 | 65 | 2 | 17 | 456 | 74 | 76 |
| Binary | 11011000 | 1100101 | 11010100 | 0 | 110101 | 10 | 1111 | 100101110 | 111100 | 111110 |
Color Harmonies of #D865D4
Complementary color
Monochromatic Colors of #D865D4
Black with #D865D4
Text Example
Text Example
White with #D865D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865D4; }
p { color: rgb(216,101,212); }
H1.HeaderClassName
{
color: #D865D4;
}
.AnyTagClassName
{
color: #D865D4;
}
</style>
background-color css
<style>
a { background-color: #D865D4; }
a { background-color: rgb(216,101,212); }
div.DivClassName
{
background-color: #D865D4;
}
.BgClassName
{
background-color: #D865D4;
}
</style>
border-color css
<style>
span { border-color: #D865D4; }
span { border-color: rgb(216,101,212); }
td.TdClassName
{
border-color: #D865D4;
}
.TagClassName
{
border-color: #D865D4;
}
</style>