Shades of Medium Orchid #CB60DD
Tints of Medium Orchid #CB60DD
RGB
CMYK
RGB Variations
Color information
#CB60DD (or 0xCB60DD) is known color: Medium Orchid. HEX triplet: CB, 60 and DD. RGB value is (203,96,221). Sum of RGB (Red+Green+Blue) = 203+96+221=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60DD is #349F22. Grayscale: #8D8D8D. Windows color (decimal): -3448611 or 14508235. OLE color: 14508235.
HSL color Cylindrical-coordinate representation of color #CB60DD: hue angle of 291.36º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB60DD is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 96 | 221 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.13 |
| HSL | 291.36º | 0.65% | 0.62% | - |
| HSV(B) | 291.36º | 0.57% | 0.87% | - |
| XYZ | 41.86 | 26.28 | 71.27 | - |
| YUV | 142.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 221 | 0.08 | 0.57 | 0 | 0.13 | 291.36 | 0.65 | 0.62 |
| Hex | CB | 60 | DD | 8 | 39 | 0 | D | 123 | 41 | 3E |
| Octal | 313 | 140 | 335 | 10 | 71 | 0 | 15 | 443 | 101 | 76 |
| Binary | 11001011 | 1100000 | 11011101 | 1000 | 111001 | 0 | 1101 | 100100011 | 1000001 | 111110 |
Color Harmonies of #CB60DD
Complementary color
Monochromatic Colors of #CB60DD
Black with #CB60DD
Text Example
Text Example
White with #CB60DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60DD; }
p { color: rgb(203,96,221); }
H1.HeaderClassName
{
color: #CB60DD;
}
.AnyTagClassName
{
color: #CB60DD;
}
</style>
background-color css
<style>
a { background-color: #CB60DD; }
a { background-color: rgb(203,96,221); }
div.DivClassName
{
background-color: #CB60DD;
}
.BgClassName
{
background-color: #CB60DD;
}
</style>
border-color css
<style>
span { border-color: #CB60DD; }
span { border-color: rgb(203,96,221); }
td.TdClassName
{
border-color: #CB60DD;
}
.TagClassName
{
border-color: #CB60DD;
}
</style>