Shades of Orchid #CD62DB
Tints of Orchid #CD62DB
RGB
CMYK
RGB Variations
Color information
#CD62DB (or 0xCD62DB) is known color: Orchid. HEX triplet: CD, 62 and DB. RGB value is (205,98,219). Sum of RGB (Red+Green+Blue) = 205+98+219=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD62DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD62DB is #329D24. Grayscale: #8F8F8F. Windows color (decimal): -3317029 or 14377677. OLE color: 14377677.
HSL color Cylindrical-coordinate representation of color #CD62DB: hue angle of 293.06º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD62DB is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 98 | 219 | - |
CMYK | 0.06 | 0.55 | 0 | 0.14 |
HSL | 293.06º | 0.63% | 0.62% | - |
HSV(B) | 293.06º | 0.55% | 0.86% | - |
XYZ | 42.33 | 26.83 | 69.97 | - |
YUV | 143.79 | 170.45 | 171.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 98 | 219 | 0.06 | 0.55 | 0 | 0.14 | 293.06 | 0.63 | 0.62 |
Hex | CD | 62 | DB | 6 | 37 | 0 | E | 125 | 3F | 3E |
Octal | 315 | 142 | 333 | 6 | 67 | 0 | 16 | 445 | 77 | 76 |
Binary | 11001101 | 1100010 | 11011011 | 110 | 110111 | 0 | 1110 | 100100101 | 111111 | 111110 |
Color Harmonies of #CD62DB
Complementary color
Monochromatic Colors of #CD62DB
Black with #CD62DB
Text Example
Text Example
White with #CD62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD62DB; }
p { color: rgb(205,98,219); }
H1.HeaderClassName
{
color: #CD62DB;
}
.AnyTagClassName
{
color: #CD62DB;
}
</style>
background-color css
<style>
a { background-color: #CD62DB; }
a { background-color: rgb(205,98,219); }
div.DivClassName
{
background-color: #CD62DB;
}
.BgClassName
{
background-color: #CD62DB;
}
</style>
border-color css
<style>
span { border-color: #CD62DB; }
span { border-color: rgb(205,98,219); }
td.TdClassName
{
border-color: #CD62DB;
}
.TagClassName
{
border-color: #CD62DB;
}
</style>