Shades of Medium Orchid #CB62DD
Tints of Medium Orchid #CB62DD
RGB
CMYK
RGB Variations
Color information
#CB62DD (or 0xCB62DD) is known color: Medium Orchid. HEX triplet: CB, 62 and DD. RGB value is (203,98,221). Sum of RGB (Red+Green+Blue) = 203+98+221=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB62DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB62DD is #349D22. Grayscale: #8F8F8F. Windows color (decimal): -3448099 or 14508747. OLE color: 14508747.
HSL color Cylindrical-coordinate representation of color #CB62DD: hue angle of 291.22º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB62DD is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 98 | 221 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.13 |
| HSL | 291.22º | 0.64% | 0.63% | - |
| HSV(B) | 291.22º | 0.56% | 0.87% | - |
| XYZ | 42.05 | 26.65 | 71.33 | - |
| YUV | 143.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 221 | 0.08 | 0.56 | 0 | 0.13 | 291.22 | 0.64 | 0.63 |
| Hex | CB | 62 | DD | 8 | 38 | 0 | D | 123 | 40 | 3F |
| Octal | 313 | 142 | 335 | 10 | 70 | 0 | 15 | 443 | 100 | 77 |
| Binary | 11001011 | 1100010 | 11011101 | 1000 | 111000 | 0 | 1101 | 100100011 | 1000000 | 111111 |
Color Harmonies of #CB62DD
Complementary color
Monochromatic Colors of #CB62DD
Black with #CB62DD
Text Example
Text Example
White with #CB62DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB62DD; }
p { color: rgb(203,98,221); }
H1.HeaderClassName
{
color: #CB62DD;
}
.AnyTagClassName
{
color: #CB62DD;
}
</style>
background-color css
<style>
a { background-color: #CB62DD; }
a { background-color: rgb(203,98,221); }
div.DivClassName
{
background-color: #CB62DD;
}
.BgClassName
{
background-color: #CB62DD;
}
</style>
border-color css
<style>
span { border-color: #CB62DD; }
span { border-color: rgb(203,98,221); }
td.TdClassName
{
border-color: #CB62DD;
}
.TagClassName
{
border-color: #CB62DD;
}
</style>