Shades of Medium Orchid #CB37F0
Tints of Medium Orchid #CB37F0
RGB
CMYK
RGB Variations
Color information
#CB37F0 (or 0xCB37F0) is known color: Medium Orchid. HEX triplet: CB, 37 and F0. RGB value is (203,55,240). Sum of RGB (Red+Green+Blue) = 203+55+240=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB37F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB37F0 is #34C80F. Grayscale: #777777. Windows color (decimal): -3459088 or 15742923. OLE color: 15742923.
HSL color Cylindrical-coordinate representation of color #CB37F0: hue angle of 288º degrees, saturation: 0.86, 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 #CB37F0 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 55 | 240 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.06 |
| HSL | 288º | 0.86% | 0.58% | - |
| HSV(B) | 288º | 0.77% | 0.94% | - |
| XYZ | 41.72 | 21.72 | 84.43 | - |
| YUV | 120.34 | 195.53 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 240 | 0.15 | 0.77 | 0 | 0.06 | 288 | 0.86 | 0.58 |
| Hex | CB | 37 | F0 | F | 4D | 0 | 6 | 120 | 56 | 3A |
| Octal | 313 | 67 | 360 | 17 | 115 | 0 | 6 | 440 | 126 | 72 |
| Binary | 11001011 | 110111 | 11110000 | 1111 | 1001101 | 0 | 110 | 100100000 | 1010110 | 111010 |
Color Harmonies of #CB37F0
Complementary color
Monochromatic Colors of #CB37F0
Black with #CB37F0
Text Example
Text Example
White with #CB37F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37F0; }
p { color: rgb(203,55,240); }
H1.HeaderClassName
{
color: #CB37F0;
}
.AnyTagClassName
{
color: #CB37F0;
}
</style>
background-color css
<style>
a { background-color: #CB37F0; }
a { background-color: rgb(203,55,240); }
div.DivClassName
{
background-color: #CB37F0;
}
.BgClassName
{
background-color: #CB37F0;
}
</style>
border-color css
<style>
span { border-color: #CB37F0; }
span { border-color: rgb(203,55,240); }
td.TdClassName
{
border-color: #CB37F0;
}
.TagClassName
{
border-color: #CB37F0;
}
</style>