Shades of Orchid #D071CC
Tints of Orchid #D071CC
RGB
CMYK
RGB Variations
Color information
#D071CC (or 0xD071CC) is known color: Orchid. HEX triplet: D0, 71 and CC. RGB value is (208,113,204). Sum of RGB (Red+Green+Blue) = 208+113+204=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D071CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071CC is #2F8E33. Grayscale: #979797. Windows color (decimal): -3116596 or 13398480. OLE color: 13398480.
HSL color Cylindrical-coordinate representation of color #D071CC: hue angle of 302.53º degrees, saturation: 0.5, 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 #D071CC is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 204 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.18 |
| HSL | 302.53º | 0.5% | 0.63% | - |
| HSV(B) | 302.53º | 0.46% | 0.82% | - |
| XYZ | 42.82 | 29.58 | 60.58 | - |
| YUV | 151.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 204 | 0 | 0.46 | 0.02 | 0.18 | 302.53 | 0.5 | 0.63 |
| Hex | D0 | 71 | CC | 0 | 2E | 2 | 12 | 12F | 32 | 3F |
| Octal | 320 | 161 | 314 | 0 | 56 | 2 | 22 | 457 | 62 | 77 |
| Binary | 11010000 | 1110001 | 11001100 | 0 | 101110 | 10 | 10010 | 100101111 | 110010 | 111111 |
Color Harmonies of #D071CC
Complementary color
Monochromatic Colors of #D071CC
Black with #D071CC
Text Example
Text Example
White with #D071CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D071CC; }
p { color: rgb(208,113,204); }
H1.HeaderClassName
{
color: #D071CC;
}
.AnyTagClassName
{
color: #D071CC;
}
</style>
background-color css
<style>
a { background-color: #D071CC; }
a { background-color: rgb(208,113,204); }
div.DivClassName
{
background-color: #D071CC;
}
.BgClassName
{
background-color: #D071CC;
}
</style>
border-color css
<style>
span { border-color: #D071CC; }
span { border-color: rgb(208,113,204); }
td.TdClassName
{
border-color: #D071CC;
}
.TagClassName
{
border-color: #D071CC;
}
</style>