Shades of Medium Orchid #CB37E6
Tints of Medium Orchid #CB37E6
RGB
CMYK
RGB Variations
Color information
#CB37E6 (or 0xCB37E6) is known color: Medium Orchid. HEX triplet: CB, 37 and E6. RGB value is (203,55,230). Sum of RGB (Red+Green+Blue) = 203+55+230=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB37E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB37E6 is #34C819. Grayscale: #767676. Windows color (decimal): -3459098 or 15087563. OLE color: 15087563.
HSL color Cylindrical-coordinate representation of color #CB37E6: hue angle of 290.74º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB37E6 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 55 | 230 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.10 |
| HSL | 290.74º | 0.78% | 0.56% | - |
| HSV(B) | 290.74º | 0.76% | 0.9% | - |
| XYZ | 40.28 | 21.14 | 76.82 | - |
| YUV | 119.2 | 190.53 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 230 | 0.12 | 0.76 | 0 | 0.10 | 290.74 | 0.78 | 0.56 |
| Hex | CB | 37 | E6 | C | 4C | 0 | A | 123 | 4E | 38 |
| Octal | 313 | 67 | 346 | 14 | 114 | 0 | 12 | 443 | 116 | 70 |
| Binary | 11001011 | 110111 | 11100110 | 1100 | 1001100 | 0 | 1010 | 100100011 | 1001110 | 111000 |
Color Harmonies of #CB37E6
Complementary color
Monochromatic Colors of #CB37E6
Black with #CB37E6
Text Example
Text Example
White with #CB37E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37E6; }
p { color: rgb(203,55,230); }
H1.HeaderClassName
{
color: #CB37E6;
}
.AnyTagClassName
{
color: #CB37E6;
}
</style>
background-color css
<style>
a { background-color: #CB37E6; }
a { background-color: rgb(203,55,230); }
div.DivClassName
{
background-color: #CB37E6;
}
.BgClassName
{
background-color: #CB37E6;
}
</style>
border-color css
<style>
span { border-color: #CB37E6; }
span { border-color: rgb(203,55,230); }
td.TdClassName
{
border-color: #CB37E6;
}
.TagClassName
{
border-color: #CB37E6;
}
</style>