Shades of Orchid #D070CC
Tints of Orchid #D070CC
RGB
CMYK
RGB Variations
Color information
#D070CC (or 0xD070CC) is known color: Orchid. HEX triplet: D0, 70 and CC. RGB value is (208,112,204). Sum of RGB (Red+Green+Blue) = 208+112+204=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D070CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070CC is #2F8F33. Grayscale: #969696. Windows color (decimal): -3116852 or 13398224. OLE color: 13398224.
HSL color Cylindrical-coordinate representation of color #D070CC: hue angle of 302.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D070CC is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 204 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.18 |
| HSL | 302.5º | 0.51% | 0.63% | - |
| HSV(B) | 302.5º | 0.46% | 0.82% | - |
| XYZ | 42.71 | 29.36 | 60.54 | - |
| YUV | 151.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 204 | 0 | 0.46 | 0.02 | 0.18 | 302.5 | 0.51 | 0.63 |
| Hex | D0 | 70 | CC | 0 | 2E | 2 | 12 | 12E | 33 | 3F |
| Octal | 320 | 160 | 314 | 0 | 56 | 2 | 22 | 456 | 63 | 77 |
| Binary | 11010000 | 1110000 | 11001100 | 0 | 101110 | 10 | 10010 | 100101110 | 110011 | 111111 |
Color Harmonies of #D070CC
Complementary color
Monochromatic Colors of #D070CC
Black with #D070CC
Text Example
Text Example
White with #D070CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070CC; }
p { color: rgb(208,112,204); }
H1.HeaderClassName
{
color: #D070CC;
}
.AnyTagClassName
{
color: #D070CC;
}
</style>
background-color css
<style>
a { background-color: #D070CC; }
a { background-color: rgb(208,112,204); }
div.DivClassName
{
background-color: #D070CC;
}
.BgClassName
{
background-color: #D070CC;
}
</style>
border-color css
<style>
span { border-color: #D070CC; }
span { border-color: rgb(208,112,204); }
td.TdClassName
{
border-color: #D070CC;
}
.TagClassName
{
border-color: #D070CC;
}
</style>