Shades of Medium Orchid #CF31EA
Tints of Medium Orchid #CF31EA
RGB
CMYK
RGB Variations
Color information
#CF31EA (or 0xCF31EA) is known color: Medium Orchid. HEX triplet: CF, 31 and EA. RGB value is (207,49,234). Sum of RGB (Red+Green+Blue) = 207+49+234=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 49 (19.53% from 255 or 10% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF31EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF31EA is #30CE15. Grayscale: #747474. Windows color (decimal): -3198486 or 15348175. OLE color: 15348175.
HSL color Cylindrical-coordinate representation of color #CF31EA: hue angle of 291.24º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF31EA is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 49 | 234 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.08 |
| HSL | 291.24º | 0.81% | 0.55% | - |
| HSV(B) | 291.24º | 0.79% | 0.92% | - |
| XYZ | 41.68 | 21.4 | 79.78 | - |
| YUV | 117.33 | 193.85 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 234 | 0.12 | 0.79 | 0 | 0.08 | 291.24 | 0.81 | 0.55 |
| Hex | CF | 31 | EA | C | 4F | 0 | 8 | 123 | 51 | 37 |
| Octal | 317 | 61 | 352 | 14 | 117 | 0 | 10 | 443 | 121 | 67 |
| Binary | 11001111 | 110001 | 11101010 | 1100 | 1001111 | 0 | 1000 | 100100011 | 1010001 | 110111 |
Color Harmonies of #CF31EA
Complementary color
Monochromatic Colors of #CF31EA
Black with #CF31EA
Text Example
Text Example
White with #CF31EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31EA; }
p { color: rgb(207,49,234); }
H1.HeaderClassName
{
color: #CF31EA;
}
.AnyTagClassName
{
color: #CF31EA;
}
</style>
background-color css
<style>
a { background-color: #CF31EA; }
a { background-color: rgb(207,49,234); }
div.DivClassName
{
background-color: #CF31EA;
}
.BgClassName
{
background-color: #CF31EA;
}
</style>
border-color css
<style>
span { border-color: #CF31EA; }
span { border-color: rgb(207,49,234); }
td.TdClassName
{
border-color: #CF31EA;
}
.TagClassName
{
border-color: #CF31EA;
}
</style>