Shades of Medium Orchid #CE37FB
Tints of Medium Orchid #CE37FB
RGB
CMYK
RGB Variations
Color information
#CE37FB (or 0xCE37FB) is known color: Medium Orchid. HEX triplet: CE, 37 and FB. RGB value is (206,55,251). Sum of RGB (Red+Green+Blue) = 206+55+251=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 55 (21.88% from 255 or 10.74% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE37FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE37FB is #31C804. Grayscale: #797979. Windows color (decimal): -3262469 or 16463822. OLE color: 16463822.
HSL color Cylindrical-coordinate representation of color #CE37FB: hue angle of 286.22º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE37FB is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 55 | 251 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.02 |
| HSL | 286.22º | 0.96% | 0.6% | - |
| HSV(B) | 286.22º | 0.78% | 0.98% | - |
| XYZ | 44.23 | 22.82 | 93.34 | - |
| YUV | 122.49 | 200.53 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 251 | 0.18 | 0.78 | 0 | 0.02 | 286.22 | 0.96 | 0.6 |
| Hex | CE | 37 | FB | 12 | 4E | 0 | 2 | 11E | 60 | 3C |
| Octal | 316 | 67 | 373 | 22 | 116 | 0 | 2 | 436 | 140 | 74 |
| Binary | 11001110 | 110111 | 11111011 | 10010 | 1001110 | 0 | 10 | 100011110 | 1100000 | 111100 |
Color Harmonies of #CE37FB
Complementary color
Monochromatic Colors of #CE37FB
Black with #CE37FB
Text Example
Text Example
White with #CE37FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37FB; }
p { color: rgb(206,55,251); }
H1.HeaderClassName
{
color: #CE37FB;
}
.AnyTagClassName
{
color: #CE37FB;
}
</style>
background-color css
<style>
a { background-color: #CE37FB; }
a { background-color: rgb(206,55,251); }
div.DivClassName
{
background-color: #CE37FB;
}
.BgClassName
{
background-color: #CE37FB;
}
</style>
border-color css
<style>
span { border-color: #CE37FB; }
span { border-color: rgb(206,55,251); }
td.TdClassName
{
border-color: #CE37FB;
}
.TagClassName
{
border-color: #CE37FB;
}
</style>