Shades of Medium Orchid #CB37EF
Tints of Medium Orchid #CB37EF
RGB
CMYK
RGB Variations
Color information
#CB37EF (or 0xCB37EF) is known color: Medium Orchid. HEX triplet: CB, 37 and EF. RGB value is (203,55,239). Sum of RGB (Red+Green+Blue) = 203+55+239=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB37EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB37EF is #34C810. Grayscale: #777777. Windows color (decimal): -3459089 or 15677387. OLE color: 15677387.
HSL color Cylindrical-coordinate representation of color #CB37EF: hue angle of 288.26º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB37EF is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 55 | 239 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.06 |
| HSL | 288.26º | 0.85% | 0.58% | - |
| HSV(B) | 288.26º | 0.77% | 0.94% | - |
| XYZ | 41.57 | 21.66 | 83.65 | - |
| YUV | 120.23 | 195.03 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 239 | 0.15 | 0.77 | 0 | 0.06 | 288.26 | 0.85 | 0.58 |
| Hex | CB | 37 | EF | F | 4D | 0 | 6 | 120 | 55 | 3A |
| Octal | 313 | 67 | 357 | 17 | 115 | 0 | 6 | 440 | 125 | 72 |
| Binary | 11001011 | 110111 | 11101111 | 1111 | 1001101 | 0 | 110 | 100100000 | 1010101 | 111010 |
Color Harmonies of #CB37EF
Complementary color
Monochromatic Colors of #CB37EF
Black with #CB37EF
Text Example
Text Example
White with #CB37EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37EF; }
p { color: rgb(203,55,239); }
H1.HeaderClassName
{
color: #CB37EF;
}
.AnyTagClassName
{
color: #CB37EF;
}
</style>
background-color css
<style>
a { background-color: #CB37EF; }
a { background-color: rgb(203,55,239); }
div.DivClassName
{
background-color: #CB37EF;
}
.BgClassName
{
background-color: #CB37EF;
}
</style>
border-color css
<style>
span { border-color: #CB37EF; }
span { border-color: rgb(203,55,239); }
td.TdClassName
{
border-color: #CB37EF;
}
.TagClassName
{
border-color: #CB37EF;
}
</style>