Shades of Orchid #D870CC
Tints of Orchid #D870CC
RGB
CMYK
RGB Variations
Color information
#D870CC (or 0xD870CC) is known color: Orchid. HEX triplet: D8, 70 and CC. RGB value is (216,112,204). Sum of RGB (Red+Green+Blue) = 216+112+204=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D870CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870CC is #278F33. Grayscale: #999999. Windows color (decimal): -2592564 or 13398232. OLE color: 13398232.
HSL color Cylindrical-coordinate representation of color #D870CC: hue angle of 306.92º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D870CC is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 204 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.15 |
| HSL | 306.92º | 0.57% | 0.64% | - |
| HSV(B) | 306.92º | 0.48% | 0.85% | - |
| XYZ | 45.01 | 30.55 | 60.65 | - |
| YUV | 153.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 204 | 0 | 0.48 | 0.06 | 0.15 | 306.92 | 0.57 | 0.64 |
| Hex | D8 | 70 | CC | 0 | 30 | 6 | F | 133 | 39 | 40 |
| Octal | 330 | 160 | 314 | 0 | 60 | 6 | 17 | 463 | 71 | 100 |
| Binary | 11011000 | 1110000 | 11001100 | 0 | 110000 | 110 | 1111 | 100110011 | 111001 | 1000000 |
Color Harmonies of #D870CC
Complementary color
Monochromatic Colors of #D870CC
Black with #D870CC
Text Example
Text Example
White with #D870CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D870CC; }
p { color: rgb(216,112,204); }
H1.HeaderClassName
{
color: #D870CC;
}
.AnyTagClassName
{
color: #D870CC;
}
</style>
background-color css
<style>
a { background-color: #D870CC; }
a { background-color: rgb(216,112,204); }
div.DivClassName
{
background-color: #D870CC;
}
.BgClassName
{
background-color: #D870CC;
}
</style>
border-color css
<style>
span { border-color: #D870CC; }
span { border-color: rgb(216,112,204); }
td.TdClassName
{
border-color: #D870CC;
}
.TagClassName
{
border-color: #D870CC;
}
</style>