Shades of Medium Orchid #CB60DC
Tints of Medium Orchid #CB60DC
RGB
CMYK
RGB Variations
Color information
#CB60DC (or 0xCB60DC) is known color: Medium Orchid. HEX triplet: CB, 60 and DC. RGB value is (203,96,220). Sum of RGB (Red+Green+Blue) = 203+96+220=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB60DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60DC is #349F23. Grayscale: #8D8D8D. Windows color (decimal): -3448612 or 14442699. OLE color: 14442699.
HSL color Cylindrical-coordinate representation of color #CB60DC: hue angle of 291.77º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB60DC is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 96 | 220 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.14 |
| HSL | 291.77º | 0.64% | 0.62% | - |
| HSV(B) | 291.77º | 0.56% | 0.86% | - |
| XYZ | 41.73 | 26.23 | 70.57 | - |
| YUV | 142.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 220 | 0.08 | 0.56 | 0 | 0.14 | 291.77 | 0.64 | 0.62 |
| Hex | CB | 60 | DC | 8 | 38 | 0 | E | 124 | 40 | 3E |
| Octal | 313 | 140 | 334 | 10 | 70 | 0 | 16 | 444 | 100 | 76 |
| Binary | 11001011 | 1100000 | 11011100 | 1000 | 111000 | 0 | 1110 | 100100100 | 1000000 | 111110 |
Color Harmonies of #CB60DC
Complementary color
Monochromatic Colors of #CB60DC
Black with #CB60DC
Text Example
Text Example
White with #CB60DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60DC; }
p { color: rgb(203,96,220); }
H1.HeaderClassName
{
color: #CB60DC;
}
.AnyTagClassName
{
color: #CB60DC;
}
</style>
background-color css
<style>
a { background-color: #CB60DC; }
a { background-color: rgb(203,96,220); }
div.DivClassName
{
background-color: #CB60DC;
}
.BgClassName
{
background-color: #CB60DC;
}
</style>
border-color css
<style>
span { border-color: #CB60DC; }
span { border-color: rgb(203,96,220); }
td.TdClassName
{
border-color: #CB60DC;
}
.TagClassName
{
border-color: #CB60DC;
}
</style>