Shades of Medium Orchid #CB60E0
Tints of Medium Orchid #CB60E0
RGB
CMYK
RGB Variations
Color information
#CB60E0 (or 0xCB60E0) is known color: Medium Orchid. HEX triplet: CB, 60 and E0. RGB value is (203,96,224). Sum of RGB (Red+Green+Blue) = 203+96+224=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB60E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60E0 is #349F1F. Grayscale: #8E8E8E. Windows color (decimal): -3448608 or 14704843. OLE color: 14704843.
HSL color Cylindrical-coordinate representation of color #CB60E0: hue angle of 290.16º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB60E0 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 96 | 224 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.12 |
| HSL | 290.16º | 0.67% | 0.63% | - |
| HSV(B) | 290.16º | 0.57% | 0.88% | - |
| XYZ | 42.27 | 26.44 | 73.4 | - |
| YUV | 142.59 | 173.95 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 224 | 0.09 | 0.57 | 0 | 0.12 | 290.16 | 0.67 | 0.63 |
| Hex | CB | 60 | E0 | 9 | 39 | 0 | C | 122 | 43 | 3F |
| Octal | 313 | 140 | 340 | 11 | 71 | 0 | 14 | 442 | 103 | 77 |
| Binary | 11001011 | 1100000 | 11100000 | 1001 | 111001 | 0 | 1100 | 100100010 | 1000011 | 111111 |
Color Harmonies of #CB60E0
Complementary color
Monochromatic Colors of #CB60E0
Black with #CB60E0
Text Example
Text Example
White with #CB60E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60E0; }
p { color: rgb(203,96,224); }
H1.HeaderClassName
{
color: #CB60E0;
}
.AnyTagClassName
{
color: #CB60E0;
}
</style>
background-color css
<style>
a { background-color: #CB60E0; }
a { background-color: rgb(203,96,224); }
div.DivClassName
{
background-color: #CB60E0;
}
.BgClassName
{
background-color: #CB60E0;
}
</style>
border-color css
<style>
span { border-color: #CB60E0; }
span { border-color: rgb(203,96,224); }
td.TdClassName
{
border-color: #CB60E0;
}
.TagClassName
{
border-color: #CB60E0;
}
</style>