Shades of Orchid #D865CC
Tints of Orchid #D865CC
RGB
CMYK
RGB Variations
Color information
#D865CC (or 0xD865CC) is known color: Orchid. HEX triplet: D8, 65 and CC. RGB value is (216,101,204). Sum of RGB (Red+Green+Blue) = 216+101+204=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D865CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865CC is #279A33. Grayscale: #929292. Windows color (decimal): -2595380 or 13395416. OLE color: 13395416.
HSL color Cylindrical-coordinate representation of color #D865CC: hue angle of 306.26º 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 #D865CC is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 204 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.15 |
| HSL | 306.26º | 0.6% | 0.62% | - |
| HSV(B) | 306.26º | 0.53% | 0.85% | - |
| XYZ | 43.87 | 28.27 | 60.27 | - |
| YUV | 147.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 204 | 0 | 0.53 | 0.06 | 0.15 | 306.26 | 0.6 | 0.62 |
| Hex | D8 | 65 | CC | 0 | 35 | 6 | F | 132 | 3C | 3E |
| Octal | 330 | 145 | 314 | 0 | 65 | 6 | 17 | 462 | 74 | 76 |
| Binary | 11011000 | 1100101 | 11001100 | 0 | 110101 | 110 | 1111 | 100110010 | 111100 | 111110 |
Color Harmonies of #D865CC
Complementary color
Monochromatic Colors of #D865CC
Black with #D865CC
Text Example
Text Example
White with #D865CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865CC; }
p { color: rgb(216,101,204); }
H1.HeaderClassName
{
color: #D865CC;
}
.AnyTagClassName
{
color: #D865CC;
}
</style>
background-color css
<style>
a { background-color: #D865CC; }
a { background-color: rgb(216,101,204); }
div.DivClassName
{
background-color: #D865CC;
}
.BgClassName
{
background-color: #D865CC;
}
</style>
border-color css
<style>
span { border-color: #D865CC; }
span { border-color: rgb(216,101,204); }
td.TdClassName
{
border-color: #D865CC;
}
.TagClassName
{
border-color: #D865CC;
}
</style>