Shades of Orchid #D062CE
Tints of Orchid #D062CE
RGB
CMYK
RGB Variations
Color information
#D062CE (or 0xD062CE) is known color: Orchid. HEX triplet: D0, 62 and CE. RGB value is (208,98,206). Sum of RGB (Red+Green+Blue) = 208+98+206=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D062CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062CE is #2F9D31. Grayscale: #8E8E8E. Windows color (decimal): -3120434 or 13525712. OLE color: 13525712.
HSL color Cylindrical-coordinate representation of color #D062CE: hue angle of 301.09º degrees, saturation: 0.54, 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 #D062CE is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 206 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.18 |
| HSL | 301.09º | 0.54% | 0.6% | - |
| HSV(B) | 301.09º | 0.53% | 0.82% | - |
| XYZ | 41.52 | 26.6 | 61.34 | - |
| YUV | 143.2 | 163.44 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 206 | 0 | 0.53 | 0.01 | 0.18 | 301.09 | 0.54 | 0.6 |
| Hex | D0 | 62 | CE | 0 | 35 | 1 | 12 | 12D | 36 | 3C |
| Octal | 320 | 142 | 316 | 0 | 65 | 1 | 22 | 455 | 66 | 74 |
| Binary | 11010000 | 1100010 | 11001110 | 0 | 110101 | 1 | 10010 | 100101101 | 110110 | 111100 |
Color Harmonies of #D062CE
Complementary color
Monochromatic Colors of #D062CE
Black with #D062CE
Text Example
Text Example
White with #D062CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D062CE; }
p { color: rgb(208,98,206); }
H1.HeaderClassName
{
color: #D062CE;
}
.AnyTagClassName
{
color: #D062CE;
}
</style>
background-color css
<style>
a { background-color: #D062CE; }
a { background-color: rgb(208,98,206); }
div.DivClassName
{
background-color: #D062CE;
}
.BgClassName
{
background-color: #D062CE;
}
</style>
border-color css
<style>
span { border-color: #D062CE; }
span { border-color: rgb(208,98,206); }
td.TdClassName
{
border-color: #D062CE;
}
.TagClassName
{
border-color: #D062CE;
}
</style>