Shades of Medium Orchid #CB32EF
Tints of Medium Orchid #CB32EF
RGB
CMYK
RGB Variations
Color information
#CB32EF (or 0xCB32EF) is known color: Medium Orchid. HEX triplet: CB, 32 and EF. RGB value is (203,50,239). Sum of RGB (Red+Green+Blue) = 203+50+239=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB32EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB32EF is #34CD10. Grayscale: #747474. Windows color (decimal): -3460369 or 15676107. OLE color: 15676107.
HSL color Cylindrical-coordinate representation of color #CB32EF: hue angle of 288.57º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB32EF is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 50 | 239 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.06 |
| HSL | 288.57º | 0.86% | 0.57% | - |
| HSV(B) | 288.57º | 0.79% | 0.94% | - |
| XYZ | 41.35 | 21.21 | 83.58 | - |
| YUV | 117.29 | 196.69 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 239 | 0.15 | 0.79 | 0 | 0.06 | 288.57 | 0.86 | 0.57 |
| Hex | CB | 32 | EF | F | 4F | 0 | 6 | 121 | 56 | 39 |
| Octal | 313 | 62 | 357 | 17 | 117 | 0 | 6 | 441 | 126 | 71 |
| Binary | 11001011 | 110010 | 11101111 | 1111 | 1001111 | 0 | 110 | 100100001 | 1010110 | 111001 |
Color Harmonies of #CB32EF
Complementary color
Monochromatic Colors of #CB32EF
Black with #CB32EF
Text Example
Text Example
White with #CB32EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32EF; }
p { color: rgb(203,50,239); }
H1.HeaderClassName
{
color: #CB32EF;
}
.AnyTagClassName
{
color: #CB32EF;
}
</style>
background-color css
<style>
a { background-color: #CB32EF; }
a { background-color: rgb(203,50,239); }
div.DivClassName
{
background-color: #CB32EF;
}
.BgClassName
{
background-color: #CB32EF;
}
</style>
border-color css
<style>
span { border-color: #CB32EF; }
span { border-color: rgb(203,50,239); }
td.TdClassName
{
border-color: #CB32EF;
}
.TagClassName
{
border-color: #CB32EF;
}
</style>