Shades of Orchid #D062D1
Tints of Orchid #D062D1
RGB
CMYK
RGB Variations
Color information
#D062D1 (or 0xD062D1) is known color: Orchid. HEX triplet: D0, 62 and D1. RGB value is (208,98,209). Sum of RGB (Red+Green+Blue) = 208+98+209=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #D062D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062D1 is #2F9D2E. Grayscale: #8F8F8F. Windows color (decimal): -3120431 or 13722320. OLE color: 13722320.
HSL color Cylindrical-coordinate representation of color #D062D1: hue angle of 299.46º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D062D1 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 209 | - |
| CMYK | 0.00 | 0.53 | 0 | 0.18 |
| HSL | 299.46º | 0.55% | 0.6% | - |
| HSV(B) | 299.46º | 0.53% | 0.82% | - |
| XYZ | 41.89 | 26.75 | 63.28 | - |
| YUV | 143.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 209 | 0.00 | 0.53 | 0 | 0.18 | 299.46 | 0.55 | 0.6 |
| Hex | D0 | 62 | D1 | 0 | 35 | 0 | 12 | 12B | 37 | 3C |
| Octal | 320 | 142 | 321 | 0 | 65 | 0 | 22 | 453 | 67 | 74 |
| Binary | 11010000 | 1100010 | 11010001 | 0 | 110101 | 0 | 10010 | 100101011 | 110111 | 111100 |
Color Harmonies of #D062D1
Complementary color
Monochromatic Colors of #D062D1
Black with #D062D1
Text Example
Text Example
White with #D062D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D062D1; }
p { color: rgb(208,98,209); }
H1.HeaderClassName
{
color: #D062D1;
}
.AnyTagClassName
{
color: #D062D1;
}
</style>
background-color css
<style>
a { background-color: #D062D1; }
a { background-color: rgb(208,98,209); }
div.DivClassName
{
background-color: #D062D1;
}
.BgClassName
{
background-color: #D062D1;
}
</style>
border-color css
<style>
span { border-color: #D062D1; }
span { border-color: rgb(208,98,209); }
td.TdClassName
{
border-color: #D062D1;
}
.TagClassName
{
border-color: #D062D1;
}
</style>