Shades of Medium Orchid #CB36EF
Tints of Medium Orchid #CB36EF
RGB
CMYK
RGB Variations
Color information
#CB36EF (or 0xCB36EF) is known color: Medium Orchid. HEX triplet: CB, 36 and EF. RGB value is (203,54,239). Sum of RGB (Red+Green+Blue) = 203+54+239=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 54 (21.48% from 255 or 10.89% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB36EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB36EF is #34C910. Grayscale: #777777. Windows color (decimal): -3459345 or 15677131. OLE color: 15677131.
HSL color Cylindrical-coordinate representation of color #CB36EF: hue angle of 288.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB36EF is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 54 | 239 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.06 |
| HSL | 288.32º | 0.85% | 0.57% | - |
| HSV(B) | 288.32º | 0.77% | 0.94% | - |
| XYZ | 41.53 | 21.57 | 83.64 | - |
| YUV | 119.64 | 195.36 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 239 | 0.15 | 0.77 | 0 | 0.06 | 288.32 | 0.85 | 0.57 |
| Hex | CB | 36 | EF | F | 4D | 0 | 6 | 120 | 55 | 39 |
| Octal | 313 | 66 | 357 | 17 | 115 | 0 | 6 | 440 | 125 | 71 |
| Binary | 11001011 | 110110 | 11101111 | 1111 | 1001101 | 0 | 110 | 100100000 | 1010101 | 111001 |
Color Harmonies of #CB36EF
Complementary color
Monochromatic Colors of #CB36EF
Black with #CB36EF
Text Example
Text Example
White with #CB36EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB36EF; }
p { color: rgb(203,54,239); }
H1.HeaderClassName
{
color: #CB36EF;
}
.AnyTagClassName
{
color: #CB36EF;
}
</style>
background-color css
<style>
a { background-color: #CB36EF; }
a { background-color: rgb(203,54,239); }
div.DivClassName
{
background-color: #CB36EF;
}
.BgClassName
{
background-color: #CB36EF;
}
</style>
border-color css
<style>
span { border-color: #CB36EF; }
span { border-color: rgb(203,54,239); }
td.TdClassName
{
border-color: #CB36EF;
}
.TagClassName
{
border-color: #CB36EF;
}
</style>