Shades of Medium Orchid #CE42F6
Tints of Medium Orchid #CE42F6
RGB
CMYK
RGB Variations
Color information
#CE42F6 (or 0xCE42F6) is known color: Medium Orchid. HEX triplet: CE, 42 and F6. RGB value is (206,66,246). Sum of RGB (Red+Green+Blue) = 206+66+246=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE42F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE42F6 is #31BD09. Grayscale: #7F7F7F. Windows color (decimal): -3259658 or 16138958. OLE color: 16138958.
HSL color Cylindrical-coordinate representation of color #CE42F6: hue angle of 286.67º degrees, saturation: 0.91, 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 #CE42F6 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 66 | 246 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.04 |
| HSL | 286.67º | 0.91% | 0.61% | - |
| HSV(B) | 286.67º | 0.73% | 0.96% | - |
| XYZ | 44.04 | 23.67 | 89.44 | - |
| YUV | 128.38 | 194.38 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 246 | 0.16 | 0.73 | 0 | 0.04 | 286.67 | 0.91 | 0.61 |
| Hex | CE | 42 | F6 | 10 | 49 | 0 | 4 | 11F | 5B | 3D |
| Octal | 316 | 102 | 366 | 20 | 111 | 0 | 4 | 437 | 133 | 75 |
| Binary | 11001110 | 1000010 | 11110110 | 10000 | 1001001 | 0 | 100 | 100011111 | 1011011 | 111101 |
Color Harmonies of #CE42F6
Complementary color
Monochromatic Colors of #CE42F6
Black with #CE42F6
Text Example
Text Example
White with #CE42F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42F6; }
p { color: rgb(206,66,246); }
H1.HeaderClassName
{
color: #CE42F6;
}
.AnyTagClassName
{
color: #CE42F6;
}
</style>
background-color css
<style>
a { background-color: #CE42F6; }
a { background-color: rgb(206,66,246); }
div.DivClassName
{
background-color: #CE42F6;
}
.BgClassName
{
background-color: #CE42F6;
}
</style>
border-color css
<style>
span { border-color: #CE42F6; }
span { border-color: rgb(206,66,246); }
td.TdClassName
{
border-color: #CE42F6;
}
.TagClassName
{
border-color: #CE42F6;
}
</style>