Shades of Medium Orchid #CB60DB
Tints of Medium Orchid #CB60DB
RGB
CMYK
RGB Variations
Color information
#CB60DB (or 0xCB60DB) is known color: Medium Orchid. HEX triplet: CB, 60 and DB. RGB value is (203,96,219). Sum of RGB (Red+Green+Blue) = 203+96+219=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB60DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60DB is #349F24. Grayscale: #8D8D8D. Windows color (decimal): -3448613 or 14377163. OLE color: 14377163.
HSL color Cylindrical-coordinate representation of color #CB60DB: hue angle of 292.2º degrees, saturation: 0.63, 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 #CB60DB is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 96 | 219 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.14 |
| HSL | 292.2º | 0.63% | 0.62% | - |
| HSV(B) | 292.2º | 0.56% | 0.86% | - |
| XYZ | 41.6 | 26.18 | 69.88 | - |
| YUV | 142.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 219 | 0.07 | 0.56 | 0 | 0.14 | 292.2 | 0.63 | 0.62 |
| Hex | CB | 60 | DB | 7 | 38 | 0 | E | 124 | 3F | 3E |
| Octal | 313 | 140 | 333 | 7 | 70 | 0 | 16 | 444 | 77 | 76 |
| Binary | 11001011 | 1100000 | 11011011 | 111 | 111000 | 0 | 1110 | 100100100 | 111111 | 111110 |
Color Harmonies of #CB60DB
Complementary color
Monochromatic Colors of #CB60DB
Black with #CB60DB
Text Example
Text Example
White with #CB60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60DB; }
p { color: rgb(203,96,219); }
H1.HeaderClassName
{
color: #CB60DB;
}
.AnyTagClassName
{
color: #CB60DB;
}
</style>
background-color css
<style>
a { background-color: #CB60DB; }
a { background-color: rgb(203,96,219); }
div.DivClassName
{
background-color: #CB60DB;
}
.BgClassName
{
background-color: #CB60DB;
}
</style>
border-color css
<style>
span { border-color: #CB60DB; }
span { border-color: rgb(203,96,219); }
td.TdClassName
{
border-color: #CB60DB;
}
.TagClassName
{
border-color: #CB60DB;
}
</style>