Shades of Medium Orchid #CE42FE
Tints of Medium Orchid #CE42FE
RGB
CMYK
RGB Variations
Color information
#CE42FE (or 0xCE42FE) is known color: Medium Orchid. HEX triplet: CE, 42 and FE. RGB value is (206,66,254). Sum of RGB (Red+Green+Blue) = 206+66+254=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 66 (26.17% from 255 or 12.55% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE42FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE42FE is #31BD01. Grayscale: #808080. Windows color (decimal): -3259650 or 16663246. OLE color: 16663246.
HSL color Cylindrical-coordinate representation of color #CE42FE: hue angle of 284.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE42FE is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 66 | 254 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.00 |
| HSL | 284.68º | 0.99% | 0.63% | - |
| HSV(B) | 284.68º | 0.74% | 1% | - |
| XYZ | 45.29 | 24.17 | 96.04 | - |
| YUV | 129.29 | 198.38 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 254 | 0.19 | 0.74 | 0 | 0.00 | 284.68 | 0.99 | 0.63 |
| Hex | CE | 42 | FE | 13 | 4A | 0 | 0 | 11D | 63 | 3F |
| Octal | 316 | 102 | 376 | 23 | 112 | 0 | 0 | 435 | 143 | 77 |
| Binary | 11001110 | 1000010 | 11111110 | 10011 | 1001010 | 0 | 0 | 100011101 | 1100011 | 111111 |
Color Harmonies of #CE42FE
Complementary color
Monochromatic Colors of #CE42FE
Black with #CE42FE
Text Example
Text Example
White with #CE42FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42FE; }
p { color: rgb(206,66,254); }
H1.HeaderClassName
{
color: #CE42FE;
}
.AnyTagClassName
{
color: #CE42FE;
}
</style>
background-color css
<style>
a { background-color: #CE42FE; }
a { background-color: rgb(206,66,254); }
div.DivClassName
{
background-color: #CE42FE;
}
.BgClassName
{
background-color: #CE42FE;
}
</style>
border-color css
<style>
span { border-color: #CE42FE; }
span { border-color: rgb(206,66,254); }
td.TdClassName
{
border-color: #CE42FE;
}
.TagClassName
{
border-color: #CE42FE;
}
</style>