Shades of Medium Orchid #CB37F3
Tints of Medium Orchid #CB37F3
RGB
CMYK
RGB Variations
Color information
#CB37F3 (or 0xCB37F3) is known color: Medium Orchid. HEX triplet: CB, 37 and F3. RGB value is (203,55,243). Sum of RGB (Red+Green+Blue) = 203+55+243=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 55 (21.88% from 255 or 10.98% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB37F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB37F3 is #34C80C. Grayscale: #787878. Windows color (decimal): -3459085 or 15939531. OLE color: 15939531.
HSL color Cylindrical-coordinate representation of color #CB37F3: hue angle of 287.23º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB37F3 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 55 | 243 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.05 |
| HSL | 287.23º | 0.89% | 0.58% | - |
| HSV(B) | 287.23º | 0.77% | 0.95% | - |
| XYZ | 42.17 | 21.9 | 86.8 | - |
| YUV | 120.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 243 | 0.16 | 0.77 | 0 | 0.05 | 287.23 | 0.89 | 0.58 |
| Hex | CB | 37 | F3 | 10 | 4D | 0 | 5 | 11F | 59 | 3A |
| Octal | 313 | 67 | 363 | 20 | 115 | 0 | 5 | 437 | 131 | 72 |
| Binary | 11001011 | 110111 | 11110011 | 10000 | 1001101 | 0 | 101 | 100011111 | 1011001 | 111010 |
Color Harmonies of #CB37F3
Complementary color
Monochromatic Colors of #CB37F3
Black with #CB37F3
Text Example
Text Example
White with #CB37F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37F3; }
p { color: rgb(203,55,243); }
H1.HeaderClassName
{
color: #CB37F3;
}
.AnyTagClassName
{
color: #CB37F3;
}
</style>
background-color css
<style>
a { background-color: #CB37F3; }
a { background-color: rgb(203,55,243); }
div.DivClassName
{
background-color: #CB37F3;
}
.BgClassName
{
background-color: #CB37F3;
}
</style>
border-color css
<style>
span { border-color: #CB37F3; }
span { border-color: rgb(203,55,243); }
td.TdClassName
{
border-color: #CB37F3;
}
.TagClassName
{
border-color: #CB37F3;
}
</style>