Shades of Medium Orchid #CB60DE
Tints of Medium Orchid #CB60DE
RGB
CMYK
RGB Variations
Color information
#CB60DE (or 0xCB60DE) is known color: Medium Orchid. HEX triplet: CB, 60 and DE. RGB value is (203,96,222). Sum of RGB (Red+Green+Blue) = 203+96+222=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB60DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60DE is #349F21. Grayscale: #8D8D8D. Windows color (decimal): -3448610 or 14573771. OLE color: 14573771.
HSL color Cylindrical-coordinate representation of color #CB60DE: hue angle of 290.95º degrees, saturation: 0.66, 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 #CB60DE is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 96 | 222 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.13 |
| HSL | 290.95º | 0.66% | 0.62% | - |
| HSV(B) | 290.95º | 0.57% | 0.87% | - |
| XYZ | 42 | 26.34 | 71.98 | - |
| YUV | 142.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 222 | 0.09 | 0.57 | 0 | 0.13 | 290.95 | 0.66 | 0.62 |
| Hex | CB | 60 | DE | 9 | 39 | 0 | D | 123 | 42 | 3E |
| Octal | 313 | 140 | 336 | 11 | 71 | 0 | 15 | 443 | 102 | 76 |
| Binary | 11001011 | 1100000 | 11011110 | 1001 | 111001 | 0 | 1101 | 100100011 | 1000010 | 111110 |
Color Harmonies of #CB60DE
Complementary color
Monochromatic Colors of #CB60DE
Black with #CB60DE
Text Example
Text Example
White with #CB60DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60DE; }
p { color: rgb(203,96,222); }
H1.HeaderClassName
{
color: #CB60DE;
}
.AnyTagClassName
{
color: #CB60DE;
}
</style>
background-color css
<style>
a { background-color: #CB60DE; }
a { background-color: rgb(203,96,222); }
div.DivClassName
{
background-color: #CB60DE;
}
.BgClassName
{
background-color: #CB60DE;
}
</style>
border-color css
<style>
span { border-color: #CB60DE; }
span { border-color: rgb(203,96,222); }
td.TdClassName
{
border-color: #CB60DE;
}
.TagClassName
{
border-color: #CB60DE;
}
</style>