Shades of Medium Orchid #CE34F1
Tints of Medium Orchid #CE34F1
RGB
CMYK
RGB Variations
Color information
#CE34F1 (or 0xCE34F1) is known color: Medium Orchid. HEX triplet: CE, 34 and F1. RGB value is (206,52,241). Sum of RGB (Red+Green+Blue) = 206+52+241=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 52 (20.70% from 255 or 10.42% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE34F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE34F1 is #31CB0E. Grayscale: #767676. Windows color (decimal): -3263247 or 15807694. OLE color: 15807694.
HSL color Cylindrical-coordinate representation of color #CE34F1: hue angle of 288.89º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE34F1 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 52 | 241 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.05 |
| HSL | 288.89º | 0.87% | 0.57% | - |
| HSV(B) | 288.89º | 0.78% | 0.95% | - |
| XYZ | 42.56 | 21.93 | 85.21 | - |
| YUV | 119.59 | 196.52 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 241 | 0.15 | 0.78 | 0 | 0.05 | 288.89 | 0.87 | 0.57 |
| Hex | CE | 34 | F1 | F | 4E | 0 | 5 | 121 | 57 | 39 |
| Octal | 316 | 64 | 361 | 17 | 116 | 0 | 5 | 441 | 127 | 71 |
| Binary | 11001110 | 110100 | 11110001 | 1111 | 1001110 | 0 | 101 | 100100001 | 1010111 | 111001 |
Color Harmonies of #CE34F1
Complementary color
Monochromatic Colors of #CE34F1
Black with #CE34F1
Text Example
Text Example
White with #CE34F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34F1; }
p { color: rgb(206,52,241); }
H1.HeaderClassName
{
color: #CE34F1;
}
.AnyTagClassName
{
color: #CE34F1;
}
</style>
background-color css
<style>
a { background-color: #CE34F1; }
a { background-color: rgb(206,52,241); }
div.DivClassName
{
background-color: #CE34F1;
}
.BgClassName
{
background-color: #CE34F1;
}
</style>
border-color css
<style>
span { border-color: #CE34F1; }
span { border-color: rgb(206,52,241); }
td.TdClassName
{
border-color: #CE34F1;
}
.TagClassName
{
border-color: #CE34F1;
}
</style>