Shades of Orchid #CD62D3
Tints of Orchid #CD62D3
RGB
CMYK
RGB Variations
Color information
#CD62D3 (or 0xCD62D3) is known color: Orchid. HEX triplet: CD, 62 and D3. RGB value is (205,98,211). Sum of RGB (Red+Green+Blue) = 205+98+211=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD62D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD62D3 is #329D2C. Grayscale: #8E8E8E. Windows color (decimal): -3317037 or 13853389. OLE color: 13853389.
HSL color Cylindrical-coordinate representation of color #CD62D3: hue angle of 296.81º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD62D3 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 98 | 211 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.17 |
| HSL | 296.81º | 0.56% | 0.61% | - |
| HSV(B) | 296.81º | 0.54% | 0.83% | - |
| XYZ | 41.3 | 26.42 | 64.55 | - |
| YUV | 142.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 98 | 211 | 0.03 | 0.54 | 0 | 0.17 | 296.81 | 0.56 | 0.61 |
| Hex | CD | 62 | D3 | 3 | 36 | 0 | 11 | 129 | 38 | 3D |
| Octal | 315 | 142 | 323 | 3 | 66 | 0 | 21 | 451 | 70 | 75 |
| Binary | 11001101 | 1100010 | 11010011 | 11 | 110110 | 0 | 10001 | 100101001 | 111000 | 111101 |
Color Harmonies of #CD62D3
Complementary color
Monochromatic Colors of #CD62D3
Black with #CD62D3
Text Example
Text Example
White with #CD62D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD62D3; }
p { color: rgb(205,98,211); }
H1.HeaderClassName
{
color: #CD62D3;
}
.AnyTagClassName
{
color: #CD62D3;
}
</style>
background-color css
<style>
a { background-color: #CD62D3; }
a { background-color: rgb(205,98,211); }
div.DivClassName
{
background-color: #CD62D3;
}
.BgClassName
{
background-color: #CD62D3;
}
</style>
border-color css
<style>
span { border-color: #CD62D3; }
span { border-color: rgb(205,98,211); }
td.TdClassName
{
border-color: #CD62D3;
}
.TagClassName
{
border-color: #CD62D3;
}
</style>