Shades of Medium Orchid #CE41FE
Tints of Medium Orchid #CE41FE
RGB
CMYK
RGB Variations
Color information
#CE41FE (or 0xCE41FE) is known color: Medium Orchid. HEX triplet: CE, 41 and FE. RGB value is (206,65,254). Sum of RGB (Red+Green+Blue) = 206+65+254=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 65 (25.78% from 255 or 12.38% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE41FE is #31BE01. Grayscale: #808080. Windows color (decimal): -3259906 or 16662990. OLE color: 16662990.
HSL color Cylindrical-coordinate representation of color #CE41FE: hue angle of 284.76º 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 #CE41FE is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 65 | 254 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.00 |
| HSL | 284.76º | 0.99% | 0.63% | - |
| HSV(B) | 284.76º | 0.74% | 1% | - |
| XYZ | 45.23 | 24.06 | 96.03 | - |
| YUV | 128.71 | 198.71 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 254 | 0.19 | 0.74 | 0 | 0.00 | 284.76 | 0.99 | 0.63 |
| Hex | CE | 41 | FE | 13 | 4A | 0 | 0 | 11D | 63 | 3F |
| Octal | 316 | 101 | 376 | 23 | 112 | 0 | 0 | 435 | 143 | 77 |
| Binary | 11001110 | 1000001 | 11111110 | 10011 | 1001010 | 0 | 0 | 100011101 | 1100011 | 111111 |
Color Harmonies of #CE41FE
Complementary color
Monochromatic Colors of #CE41FE
Black with #CE41FE
Text Example
Text Example
White with #CE41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41FE; }
p { color: rgb(206,65,254); }
H1.HeaderClassName
{
color: #CE41FE;
}
.AnyTagClassName
{
color: #CE41FE;
}
</style>
background-color css
<style>
a { background-color: #CE41FE; }
a { background-color: rgb(206,65,254); }
div.DivClassName
{
background-color: #CE41FE;
}
.BgClassName
{
background-color: #CE41FE;
}
</style>
border-color css
<style>
span { border-color: #CE41FE; }
span { border-color: rgb(206,65,254); }
td.TdClassName
{
border-color: #CE41FE;
}
.TagClassName
{
border-color: #CE41FE;
}
</style>