Shades of Medium Orchid #CE3FFE
Tints of Medium Orchid #CE3FFE
RGB
CMYK
RGB Variations
Color information
#CE3FFE (or 0xCE3FFE) is known color: Medium Orchid. HEX triplet: CE, 3F and FE. RGB value is (206,63,254). Sum of RGB (Red+Green+Blue) = 206+63+254=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 63 (25% from 255 or 12.05% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE3FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3FFE is #31C001. Grayscale: #7E7E7E. Windows color (decimal): -3260418 or 16662478. OLE color: 16662478.
HSL color Cylindrical-coordinate representation of color #CE3FFE: hue angle of 284.92º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3FFE is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 63 | 254 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.00 |
| HSL | 284.92º | 0.99% | 0.62% | - |
| HSV(B) | 284.92º | 0.75% | 1% | - |
| XYZ | 45.12 | 23.83 | 95.99 | - |
| YUV | 127.53 | 199.38 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 254 | 0.19 | 0.75 | 0 | 0.00 | 284.92 | 0.99 | 0.62 |
| Hex | CE | 3F | FE | 13 | 4B | 0 | 0 | 11D | 63 | 3E |
| Octal | 316 | 77 | 376 | 23 | 113 | 0 | 0 | 435 | 143 | 76 |
| Binary | 11001110 | 111111 | 11111110 | 10011 | 1001011 | 0 | 0 | 100011101 | 1100011 | 111110 |
Color Harmonies of #CE3FFE
Complementary color
Monochromatic Colors of #CE3FFE
Black with #CE3FFE
Text Example
Text Example
White with #CE3FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FFE; }
p { color: rgb(206,63,254); }
H1.HeaderClassName
{
color: #CE3FFE;
}
.AnyTagClassName
{
color: #CE3FFE;
}
</style>
background-color css
<style>
a { background-color: #CE3FFE; }
a { background-color: rgb(206,63,254); }
div.DivClassName
{
background-color: #CE3FFE;
}
.BgClassName
{
background-color: #CE3FFE;
}
</style>
border-color css
<style>
span { border-color: #CE3FFE; }
span { border-color: rgb(206,63,254); }
td.TdClassName
{
border-color: #CE3FFE;
}
.TagClassName
{
border-color: #CE3FFE;
}
</style>