Shades of Medium Orchid #CB52DB
Tints of Medium Orchid #CB52DB
RGB
CMYK
RGB Variations
Color information
#CB52DB (or 0xCB52DB) is known color: Medium Orchid. HEX triplet: CB, 52 and DB. RGB value is (203,82,219). Sum of RGB (Red+Green+Blue) = 203+82+219=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52DB is #34AD24. Grayscale: #858585. Windows color (decimal): -3452197 or 14373579. OLE color: 14373579.
HSL color Cylindrical-coordinate representation of color #CB52DB: hue angle of 292.99º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB52DB is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 82 | 219 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.14 |
| HSL | 292.99º | 0.66% | 0.59% | - |
| HSV(B) | 292.99º | 0.63% | 0.86% | - |
| XYZ | 40.43 | 23.85 | 69.49 | - |
| YUV | 133.8 | 176.09 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 219 | 0.07 | 0.63 | 0 | 0.14 | 292.99 | 0.66 | 0.59 |
| Hex | CB | 52 | DB | 7 | 3F | 0 | E | 125 | 42 | 3B |
| Octal | 313 | 122 | 333 | 7 | 77 | 0 | 16 | 445 | 102 | 73 |
| Binary | 11001011 | 1010010 | 11011011 | 111 | 111111 | 0 | 1110 | 100100101 | 1000010 | 111011 |
Color Harmonies of #CB52DB
Complementary color
Monochromatic Colors of #CB52DB
Black with #CB52DB
Text Example
Text Example
White with #CB52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52DB; }
p { color: rgb(203,82,219); }
H1.HeaderClassName
{
color: #CB52DB;
}
.AnyTagClassName
{
color: #CB52DB;
}
</style>
background-color css
<style>
a { background-color: #CB52DB; }
a { background-color: rgb(203,82,219); }
div.DivClassName
{
background-color: #CB52DB;
}
.BgClassName
{
background-color: #CB52DB;
}
</style>
border-color css
<style>
span { border-color: #CB52DB; }
span { border-color: rgb(203,82,219); }
td.TdClassName
{
border-color: #CB52DB;
}
.TagClassName
{
border-color: #CB52DB;
}
</style>