Shades of Orchid #CD62D1
Tints of Orchid #CD62D1
RGB
CMYK
RGB Variations
Color information
#CD62D1 (or 0xCD62D1) is known color: Orchid. HEX triplet: CD, 62 and D1. RGB value is (205,98,209). Sum of RGB (Red+Green+Blue) = 205+98+209=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD62D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD62D1 is #329D2E. Grayscale: #8E8E8E. Windows color (decimal): -3317039 or 13722317. OLE color: 13722317.
HSL color Cylindrical-coordinate representation of color #CD62D1: hue angle of 297.84º 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 #CD62D1 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 98 | 209 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.18 |
| HSL | 297.84º | 0.55% | 0.6% | - |
| HSV(B) | 297.84º | 0.53% | 0.82% | - |
| XYZ | 41.05 | 26.32 | 63.24 | - |
| YUV | 142.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 98 | 209 | 0.02 | 0.53 | 0 | 0.18 | 297.84 | 0.55 | 0.6 |
| Hex | CD | 62 | D1 | 2 | 35 | 0 | 12 | 12A | 37 | 3C |
| Octal | 315 | 142 | 321 | 2 | 65 | 0 | 22 | 452 | 67 | 74 |
| Binary | 11001101 | 1100010 | 11010001 | 10 | 110101 | 0 | 10010 | 100101010 | 110111 | 111100 |
Color Harmonies of #CD62D1
Complementary color
Monochromatic Colors of #CD62D1
Black with #CD62D1
Text Example
Text Example
White with #CD62D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD62D1; }
p { color: rgb(205,98,209); }
H1.HeaderClassName
{
color: #CD62D1;
}
.AnyTagClassName
{
color: #CD62D1;
}
</style>
background-color css
<style>
a { background-color: #CD62D1; }
a { background-color: rgb(205,98,209); }
div.DivClassName
{
background-color: #CD62D1;
}
.BgClassName
{
background-color: #CD62D1;
}
</style>
border-color css
<style>
span { border-color: #CD62D1; }
span { border-color: rgb(205,98,209); }
td.TdClassName
{
border-color: #CD62D1;
}
.TagClassName
{
border-color: #CD62D1;
}
</style>