Shades of Medium Orchid #CB54EF
Tints of Medium Orchid #CB54EF
RGB
CMYK
RGB Variations
Color information
#CB54EF (or 0xCB54EF) is known color: Medium Orchid. HEX triplet: CB, 54 and EF. RGB value is (203,84,239). Sum of RGB (Red+Green+Blue) = 203+84+239=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB54EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB54EF is #34AB10. Grayscale: #888888. Windows color (decimal): -3451665 or 15684811. OLE color: 15684811.
HSL color Cylindrical-coordinate representation of color #CB54EF: hue angle of 286.06º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB54EF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 84 | 239 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.06 |
| HSL | 286.06º | 0.83% | 0.63% | - |
| HSV(B) | 286.06º | 0.65% | 0.94% | - |
| XYZ | 43.38 | 25.27 | 84.25 | - |
| YUV | 137.25 | 185.42 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 239 | 0.15 | 0.65 | 0 | 0.06 | 286.06 | 0.83 | 0.63 |
| Hex | CB | 54 | EF | F | 41 | 0 | 6 | 11E | 53 | 3F |
| Octal | 313 | 124 | 357 | 17 | 101 | 0 | 6 | 436 | 123 | 77 |
| Binary | 11001011 | 1010100 | 11101111 | 1111 | 1000001 | 0 | 110 | 100011110 | 1010011 | 111111 |
Color Harmonies of #CB54EF
Complementary color
Monochromatic Colors of #CB54EF
Black with #CB54EF
Text Example
Text Example
White with #CB54EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54EF; }
p { color: rgb(203,84,239); }
H1.HeaderClassName
{
color: #CB54EF;
}
.AnyTagClassName
{
color: #CB54EF;
}
</style>
background-color css
<style>
a { background-color: #CB54EF; }
a { background-color: rgb(203,84,239); }
div.DivClassName
{
background-color: #CB54EF;
}
.BgClassName
{
background-color: #CB54EF;
}
</style>
border-color css
<style>
span { border-color: #CB54EF; }
span { border-color: rgb(203,84,239); }
td.TdClassName
{
border-color: #CB54EF;
}
.TagClassName
{
border-color: #CB54EF;
}
</style>