Shades of Orchid #D062D8
Tints of Orchid #D062D8
RGB
CMYK
RGB Variations
Color information
#D062D8 (or 0xD062D8) is known color: Orchid. HEX triplet: D0, 62 and D8. RGB value is (208,98,216). Sum of RGB (Red+Green+Blue) = 208+98+216=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #D062D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062D8 is #2F9D27. Grayscale: #8F8F8F. Windows color (decimal): -3120424 or 14181072. OLE color: 14181072.
HSL color Cylindrical-coordinate representation of color #D062D8: hue angle of 295.93º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D062D8 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 98 | 216 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.15 |
| HSL | 295.93º | 0.6% | 0.62% | - |
| HSV(B) | 295.93º | 0.55% | 0.85% | - |
| XYZ | 42.77 | 27.1 | 67.94 | - |
| YUV | 144.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 216 | 0.04 | 0.55 | 0 | 0.15 | 295.93 | 0.6 | 0.62 |
| Hex | D0 | 62 | D8 | 4 | 37 | 0 | F | 128 | 3C | 3E |
| Octal | 320 | 142 | 330 | 4 | 67 | 0 | 17 | 450 | 74 | 76 |
| Binary | 11010000 | 1100010 | 11011000 | 100 | 110111 | 0 | 1111 | 100101000 | 111100 | 111110 |
Color Harmonies of #D062D8
Complementary color
Monochromatic Colors of #D062D8
Black with #D062D8
Text Example
Text Example
White with #D062D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D062D8; }
p { color: rgb(208,98,216); }
H1.HeaderClassName
{
color: #D062D8;
}
.AnyTagClassName
{
color: #D062D8;
}
</style>
background-color css
<style>
a { background-color: #D062D8; }
a { background-color: rgb(208,98,216); }
div.DivClassName
{
background-color: #D062D8;
}
.BgClassName
{
background-color: #D062D8;
}
</style>
border-color css
<style>
span { border-color: #D062D8; }
span { border-color: rgb(208,98,216); }
td.TdClassName
{
border-color: #D062D8;
}
.TagClassName
{
border-color: #D062D8;
}
</style>