Shades of Medium Orchid #CB56EA
Tints of Medium Orchid #CB56EA
RGB
CMYK
RGB Variations
Color information
#CB56EA (or 0xCB56EA) is known color: Medium Orchid. HEX triplet: CB, 56 and EA. RGB value is (203,86,234). Sum of RGB (Red+Green+Blue) = 203+86+234=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 86 (33.98% from 255 or 16.44% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB56EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB56EA is #34A915. Grayscale: #898989. Windows color (decimal): -3451158 or 15357643. OLE color: 15357643.
HSL color Cylindrical-coordinate representation of color #CB56EA: hue angle of 287.43º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB56EA is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 86 | 234 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.08 |
| HSL | 287.43º | 0.78% | 0.63% | - |
| HSV(B) | 287.43º | 0.63% | 0.92% | - |
| XYZ | 42.81 | 25.29 | 80.47 | - |
| YUV | 137.86 | 182.26 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 234 | 0.13 | 0.63 | 0 | 0.08 | 287.43 | 0.78 | 0.63 |
| Hex | CB | 56 | EA | D | 3F | 0 | 8 | 11F | 4E | 3F |
| Octal | 313 | 126 | 352 | 15 | 77 | 0 | 10 | 437 | 116 | 77 |
| Binary | 11001011 | 1010110 | 11101010 | 1101 | 111111 | 0 | 1000 | 100011111 | 1001110 | 111111 |
Color Harmonies of #CB56EA
Complementary color
Monochromatic Colors of #CB56EA
Black with #CB56EA
Text Example
Text Example
White with #CB56EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB56EA; }
p { color: rgb(203,86,234); }
H1.HeaderClassName
{
color: #CB56EA;
}
.AnyTagClassName
{
color: #CB56EA;
}
</style>
background-color css
<style>
a { background-color: #CB56EA; }
a { background-color: rgb(203,86,234); }
div.DivClassName
{
background-color: #CB56EA;
}
.BgClassName
{
background-color: #CB56EA;
}
</style>
border-color css
<style>
span { border-color: #CB56EA; }
span { border-color: rgb(203,86,234); }
td.TdClassName
{
border-color: #CB56EA;
}
.TagClassName
{
border-color: #CB56EA;
}
</style>