Shades of Orchid #D062D7
Tints of Orchid #D062D7
RGB
CMYK
RGB Variations
Color information
#D062D7 (or 0xD062D7) is known color: Orchid. HEX triplet: D0, 62 and D7. RGB value is (208,98,215). Sum of RGB (Red+Green+Blue) = 208+98+215=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #D062D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062D7 is #2F9D28. Grayscale: #8F8F8F. Windows color (decimal): -3120425 or 14115536. OLE color: 14115536.
HSL color Cylindrical-coordinate representation of color #D062D7: hue angle of 296.41º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D062D7 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 98 | 215 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.16 |
| HSL | 296.41º | 0.59% | 0.61% | - |
| HSV(B) | 296.41º | 0.54% | 0.84% | - |
| XYZ | 42.65 | 27.05 | 67.26 | - |
| YUV | 144.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 215 | 0.03 | 0.54 | 0 | 0.16 | 296.41 | 0.59 | 0.61 |
| Hex | D0 | 62 | D7 | 3 | 36 | 0 | 10 | 128 | 3B | 3D |
| Octal | 320 | 142 | 327 | 3 | 66 | 0 | 20 | 450 | 73 | 75 |
| Binary | 11010000 | 1100010 | 11010111 | 11 | 110110 | 0 | 10000 | 100101000 | 111011 | 111101 |
Color Harmonies of #D062D7
Complementary color
Monochromatic Colors of #D062D7
Black with #D062D7
Text Example
Text Example
White with #D062D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D062D7; }
p { color: rgb(208,98,215); }
H1.HeaderClassName
{
color: #D062D7;
}
.AnyTagClassName
{
color: #D062D7;
}
</style>
background-color css
<style>
a { background-color: #D062D7; }
a { background-color: rgb(208,98,215); }
div.DivClassName
{
background-color: #D062D7;
}
.BgClassName
{
background-color: #D062D7;
}
</style>
border-color css
<style>
span { border-color: #D062D7; }
span { border-color: rgb(208,98,215); }
td.TdClassName
{
border-color: #D062D7;
}
.TagClassName
{
border-color: #D062D7;
}
</style>