Shades of Medium Orchid #CB63DD
Tints of Medium Orchid #CB63DD
RGB
CMYK
RGB Variations
Color information
#CB63DD (or 0xCB63DD) is known color: Medium Orchid. HEX triplet: CB, 63 and DD. RGB value is (203,99,221). Sum of RGB (Red+Green+Blue) = 203+99+221=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63DD is #349C22. Grayscale: #8F8F8F. Windows color (decimal): -3447843 or 14509003. OLE color: 14509003.
HSL color Cylindrical-coordinate representation of color #CB63DD: hue angle of 291.15º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB63DD is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 99 | 221 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.13 |
| HSL | 291.15º | 0.64% | 0.63% | - |
| HSV(B) | 291.15º | 0.55% | 0.87% | - |
| XYZ | 42.14 | 26.84 | 71.37 | - |
| YUV | 144 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 221 | 0.08 | 0.55 | 0 | 0.13 | 291.15 | 0.64 | 0.63 |
| Hex | CB | 63 | DD | 8 | 37 | 0 | D | 123 | 40 | 3F |
| Octal | 313 | 143 | 335 | 10 | 67 | 0 | 15 | 443 | 100 | 77 |
| Binary | 11001011 | 1100011 | 11011101 | 1000 | 110111 | 0 | 1101 | 100100011 | 1000000 | 111111 |
Color Harmonies of #CB63DD
Complementary color
Monochromatic Colors of #CB63DD
Black with #CB63DD
Text Example
Text Example
White with #CB63DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63DD; }
p { color: rgb(203,99,221); }
H1.HeaderClassName
{
color: #CB63DD;
}
.AnyTagClassName
{
color: #CB63DD;
}
</style>
background-color css
<style>
a { background-color: #CB63DD; }
a { background-color: rgb(203,99,221); }
div.DivClassName
{
background-color: #CB63DD;
}
.BgClassName
{
background-color: #CB63DD;
}
</style>
border-color css
<style>
span { border-color: #CB63DD; }
span { border-color: rgb(203,99,221); }
td.TdClassName
{
border-color: #CB63DD;
}
.TagClassName
{
border-color: #CB63DD;
}
</style>