Shades of Medium Orchid #CF37E8
Tints of Medium Orchid #CF37E8
RGB
CMYK
RGB Variations
Color information
#CF37E8 (or 0xCF37E8) is known color: Medium Orchid. HEX triplet: CF, 37 and E8. RGB value is (207,55,232). Sum of RGB (Red+Green+Blue) = 207+55+232=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 55 (21.88% from 255 or 11.13% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF37E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF37E8 is #30C817. Grayscale: #787878. Windows color (decimal): -3196952 or 15218639. OLE color: 15218639.
HSL color Cylindrical-coordinate representation of color #CF37E8: hue angle of 291.53º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF37E8 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 55 | 232 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.09 |
| HSL | 291.53º | 0.79% | 0.56% | - |
| HSV(B) | 291.53º | 0.76% | 0.91% | - |
| XYZ | 41.66 | 21.82 | 78.36 | - |
| YUV | 120.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 232 | 0.11 | 0.76 | 0 | 0.09 | 291.53 | 0.79 | 0.56 |
| Hex | CF | 37 | E8 | B | 4C | 0 | 9 | 124 | 4F | 38 |
| Octal | 317 | 67 | 350 | 13 | 114 | 0 | 11 | 444 | 117 | 70 |
| Binary | 11001111 | 110111 | 11101000 | 1011 | 1001100 | 0 | 1001 | 100100100 | 1001111 | 111000 |
Color Harmonies of #CF37E8
Complementary color
Monochromatic Colors of #CF37E8
Black with #CF37E8
Text Example
Text Example
White with #CF37E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF37E8; }
p { color: rgb(207,55,232); }
H1.HeaderClassName
{
color: #CF37E8;
}
.AnyTagClassName
{
color: #CF37E8;
}
</style>
background-color css
<style>
a { background-color: #CF37E8; }
a { background-color: rgb(207,55,232); }
div.DivClassName
{
background-color: #CF37E8;
}
.BgClassName
{
background-color: #CF37E8;
}
</style>
border-color css
<style>
span { border-color: #CF37E8; }
span { border-color: rgb(207,55,232); }
td.TdClassName
{
border-color: #CF37E8;
}
.TagClassName
{
border-color: #CF37E8;
}
</style>