Shades of Medium Orchid #CB54E1
Tints of Medium Orchid #CB54E1
RGB
CMYK
RGB Variations
Color information
#CB54E1 (or 0xCB54E1) is known color: Medium Orchid. HEX triplet: CB, 54 and E1. RGB value is (203,84,225). Sum of RGB (Red+Green+Blue) = 203+84+225=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB54E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54E1 is #34AB1E. Grayscale: #878787. Windows color (decimal): -3451679 or 14767307. OLE color: 14767307.
HSL color Cylindrical-coordinate representation of color #CB54E1: hue angle of 290.64º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB54E1 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 84 | 225 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.12 |
| HSL | 290.64º | 0.7% | 0.61% | - |
| HSV(B) | 290.64º | 0.63% | 0.88% | - |
| XYZ | 41.39 | 24.47 | 73.78 | - |
| YUV | 135.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 225 | 0.10 | 0.63 | 0 | 0.12 | 290.64 | 0.7 | 0.61 |
| Hex | CB | 54 | E1 | A | 3F | 0 | C | 123 | 46 | 3D |
| Octal | 313 | 124 | 341 | 12 | 77 | 0 | 14 | 443 | 106 | 75 |
| Binary | 11001011 | 1010100 | 11100001 | 1010 | 111111 | 0 | 1100 | 100100011 | 1000110 | 111101 |
Color Harmonies of #CB54E1
Complementary color
Monochromatic Colors of #CB54E1
Black with #CB54E1
Text Example
Text Example
White with #CB54E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54E1; }
p { color: rgb(203,84,225); }
H1.HeaderClassName
{
color: #CB54E1;
}
.AnyTagClassName
{
color: #CB54E1;
}
</style>
background-color css
<style>
a { background-color: #CB54E1; }
a { background-color: rgb(203,84,225); }
div.DivClassName
{
background-color: #CB54E1;
}
.BgClassName
{
background-color: #CB54E1;
}
</style>
border-color css
<style>
span { border-color: #CB54E1; }
span { border-color: rgb(203,84,225); }
td.TdClassName
{
border-color: #CB54E1;
}
.TagClassName
{
border-color: #CB54E1;
}
</style>