Shades of Orchid #D062CD
Tints of Orchid #D062CD
RGB
CMYK
RGB Variations
Color information
#D062CD (or 0xD062CD) is known color: Orchid. HEX triplet: D0, 62 and CD. RGB value is (208,98,205). Sum of RGB (Red+Green+Blue) = 208+98+205=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D062CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062CD is #2F9D32. Grayscale: #8E8E8E. Windows color (decimal): -3120435 or 13460176. OLE color: 13460176.
HSL color Cylindrical-coordinate representation of color #D062CD: hue angle of 301.64º 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 #D062CD is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 205 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.18 |
| HSL | 301.64º | 0.54% | 0.6% | - |
| HSV(B) | 301.64º | 0.53% | 0.82% | - |
| XYZ | 41.4 | 26.55 | 60.7 | - |
| YUV | 143.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 205 | 0 | 0.53 | 0.01 | 0.18 | 301.64 | 0.54 | 0.6 |
| Hex | D0 | 62 | CD | 0 | 35 | 1 | 12 | 12E | 36 | 3C |
| Octal | 320 | 142 | 315 | 0 | 65 | 1 | 22 | 456 | 66 | 74 |
| Binary | 11010000 | 1100010 | 11001101 | 0 | 110101 | 1 | 10010 | 100101110 | 110110 | 111100 |
Color Harmonies of #D062CD
Complementary color
Monochromatic Colors of #D062CD
Black with #D062CD
Text Example
Text Example
White with #D062CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D062CD; }
p { color: rgb(208,98,205); }
H1.HeaderClassName
{
color: #D062CD;
}
.AnyTagClassName
{
color: #D062CD;
}
</style>
background-color css
<style>
a { background-color: #D062CD; }
a { background-color: rgb(208,98,205); }
div.DivClassName
{
background-color: #D062CD;
}
.BgClassName
{
background-color: #D062CD;
}
</style>
border-color css
<style>
span { border-color: #D062CD; }
span { border-color: rgb(208,98,205); }
td.TdClassName
{
border-color: #D062CD;
}
.TagClassName
{
border-color: #D062CD;
}
</style>