Shades of Medium Orchid #CE43FE
Tints of Medium Orchid #CE43FE
RGB
CMYK
RGB Variations
Color information
#CE43FE (or 0xCE43FE) is known color: Medium Orchid. HEX triplet: CE, 43 and FE. RGB value is (206,67,254). Sum of RGB (Red+Green+Blue) = 206+67+254=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 67 (26.56% from 255 or 12.71% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE43FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE43FE is #31BC01. Grayscale: #818181. Windows color (decimal): -3259394 or 16663502. OLE color: 16663502.
HSL color Cylindrical-coordinate representation of color #CE43FE: hue angle of 284.6º 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 #CE43FE is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 67 | 254 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.00 |
| HSL | 284.6º | 0.99% | 0.63% | - |
| HSV(B) | 284.6º | 0.74% | 1% | - |
| XYZ | 45.35 | 24.29 | 96.06 | - |
| YUV | 129.88 | 198.05 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 254 | 0.19 | 0.74 | 0 | 0.00 | 284.6 | 0.99 | 0.63 |
| Hex | CE | 43 | FE | 13 | 4A | 0 | 0 | 11D | 63 | 3F |
| Octal | 316 | 103 | 376 | 23 | 112 | 0 | 0 | 435 | 143 | 77 |
| Binary | 11001110 | 1000011 | 11111110 | 10011 | 1001010 | 0 | 0 | 100011101 | 1100011 | 111111 |
Color Harmonies of #CE43FE
Complementary color
Monochromatic Colors of #CE43FE
Black with #CE43FE
Text Example
Text Example
White with #CE43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43FE; }
p { color: rgb(206,67,254); }
H1.HeaderClassName
{
color: #CE43FE;
}
.AnyTagClassName
{
color: #CE43FE;
}
</style>
background-color css
<style>
a { background-color: #CE43FE; }
a { background-color: rgb(206,67,254); }
div.DivClassName
{
background-color: #CE43FE;
}
.BgClassName
{
background-color: #CE43FE;
}
</style>
border-color css
<style>
span { border-color: #CE43FE; }
span { border-color: rgb(206,67,254); }
td.TdClassName
{
border-color: #CE43FE;
}
.TagClassName
{
border-color: #CE43FE;
}
</style>