Shades of Medium Orchid #CB52EA
Tints of Medium Orchid #CB52EA
RGB
CMYK
RGB Variations
Color information
#CB52EA (or 0xCB52EA) is known color: Medium Orchid. HEX triplet: CB, 52 and EA. RGB value is (203,82,234). Sum of RGB (Red+Green+Blue) = 203+82+234=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB52EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB52EA is #34AD15. Grayscale: #878787. Windows color (decimal): -3452182 or 15356619. OLE color: 15356619.
HSL color Cylindrical-coordinate representation of color #CB52EA: hue angle of 287.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB52EA is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 82 | 234 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.08 |
| HSL | 287.76º | 0.78% | 0.62% | - |
| HSV(B) | 287.76º | 0.65% | 0.92% | - |
| XYZ | 42.5 | 24.67 | 80.36 | - |
| YUV | 135.51 | 183.59 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 234 | 0.13 | 0.65 | 0 | 0.08 | 287.76 | 0.78 | 0.62 |
| Hex | CB | 52 | EA | D | 41 | 0 | 8 | 120 | 4E | 3E |
| Octal | 313 | 122 | 352 | 15 | 101 | 0 | 10 | 440 | 116 | 76 |
| Binary | 11001011 | 1010010 | 11101010 | 1101 | 1000001 | 0 | 1000 | 100100000 | 1001110 | 111110 |
Color Harmonies of #CB52EA
Complementary color
Monochromatic Colors of #CB52EA
Black with #CB52EA
Text Example
Text Example
White with #CB52EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52EA; }
p { color: rgb(203,82,234); }
H1.HeaderClassName
{
color: #CB52EA;
}
.AnyTagClassName
{
color: #CB52EA;
}
</style>
background-color css
<style>
a { background-color: #CB52EA; }
a { background-color: rgb(203,82,234); }
div.DivClassName
{
background-color: #CB52EA;
}
.BgClassName
{
background-color: #CB52EA;
}
</style>
border-color css
<style>
span { border-color: #CB52EA; }
span { border-color: rgb(203,82,234); }
td.TdClassName
{
border-color: #CB52EA;
}
.TagClassName
{
border-color: #CB52EA;
}
</style>