Shades of Medium Orchid #CB52EF
Tints of Medium Orchid #CB52EF
RGB
CMYK
RGB Variations
Color information
#CB52EF (or 0xCB52EF) is known color: Medium Orchid. HEX triplet: CB, 52 and EF. RGB value is (203,82,239). Sum of RGB (Red+Green+Blue) = 203+82+239=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB52EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB52EF is #34AD10. Grayscale: #878787. Windows color (decimal): -3452177 or 15684299. OLE color: 15684299.
HSL color Cylindrical-coordinate representation of color #CB52EF: hue angle of 286.24º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB52EF is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 82 | 239 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.06 |
| HSL | 286.24º | 0.83% | 0.63% | - |
| HSV(B) | 286.24º | 0.66% | 0.94% | - |
| XYZ | 43.23 | 24.96 | 84.2 | - |
| YUV | 136.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 239 | 0.15 | 0.66 | 0 | 0.06 | 286.24 | 0.83 | 0.63 |
| Hex | CB | 52 | EF | F | 42 | 0 | 6 | 11E | 53 | 3F |
| Octal | 313 | 122 | 357 | 17 | 102 | 0 | 6 | 436 | 123 | 77 |
| Binary | 11001011 | 1010010 | 11101111 | 1111 | 1000010 | 0 | 110 | 100011110 | 1010011 | 111111 |
Color Harmonies of #CB52EF
Complementary color
Monochromatic Colors of #CB52EF
Black with #CB52EF
Text Example
Text Example
White with #CB52EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52EF; }
p { color: rgb(203,82,239); }
H1.HeaderClassName
{
color: #CB52EF;
}
.AnyTagClassName
{
color: #CB52EF;
}
</style>
background-color css
<style>
a { background-color: #CB52EF; }
a { background-color: rgb(203,82,239); }
div.DivClassName
{
background-color: #CB52EF;
}
.BgClassName
{
background-color: #CB52EF;
}
</style>
border-color css
<style>
span { border-color: #CB52EF; }
span { border-color: rgb(203,82,239); }
td.TdClassName
{
border-color: #CB52EF;
}
.TagClassName
{
border-color: #CB52EF;
}
</style>