Shades of Medium Orchid #CE42F4
Tints of Medium Orchid #CE42F4
RGB
CMYK
RGB Variations
Color information
#CE42F4 (or 0xCE42F4) is known color: Medium Orchid. HEX triplet: CE, 42 and F4. RGB value is (206,66,244). Sum of RGB (Red+Green+Blue) = 206+66+244=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE42F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE42F4 is #31BD0B. Grayscale: #7F7F7F. Windows color (decimal): -3259660 or 16007886. OLE color: 16007886.
HSL color Cylindrical-coordinate representation of color #CE42F4: hue angle of 287.19º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE42F4 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 66 | 244 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.04 |
| HSL | 287.19º | 0.89% | 0.61% | - |
| HSV(B) | 287.19º | 0.73% | 0.96% | - |
| XYZ | 43.73 | 23.55 | 87.83 | - |
| YUV | 128.15 | 193.38 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 244 | 0.16 | 0.73 | 0 | 0.04 | 287.19 | 0.89 | 0.61 |
| Hex | CE | 42 | F4 | 10 | 49 | 0 | 4 | 11F | 59 | 3D |
| Octal | 316 | 102 | 364 | 20 | 111 | 0 | 4 | 437 | 131 | 75 |
| Binary | 11001110 | 1000010 | 11110100 | 10000 | 1001001 | 0 | 100 | 100011111 | 1011001 | 111101 |
Color Harmonies of #CE42F4
Complementary color
Monochromatic Colors of #CE42F4
Black with #CE42F4
Text Example
Text Example
White with #CE42F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42F4; }
p { color: rgb(206,66,244); }
H1.HeaderClassName
{
color: #CE42F4;
}
.AnyTagClassName
{
color: #CE42F4;
}
</style>
background-color css
<style>
a { background-color: #CE42F4; }
a { background-color: rgb(206,66,244); }
div.DivClassName
{
background-color: #CE42F4;
}
.BgClassName
{
background-color: #CE42F4;
}
</style>
border-color css
<style>
span { border-color: #CE42F4; }
span { border-color: rgb(206,66,244); }
td.TdClassName
{
border-color: #CE42F4;
}
.TagClassName
{
border-color: #CE42F4;
}
</style>