Shades of Medium Orchid #CE54F2
Tints of Medium Orchid #CE54F2
RGB
CMYK
RGB Variations
Color information
#CE54F2 (or 0xCE54F2) is known color: Medium Orchid. HEX triplet: CE, 54 and F2. RGB value is (206,84,242). Sum of RGB (Red+Green+Blue) = 206+84+242=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 84 (33.20% from 255 or 15.79% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE54F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE54F2 is #31AB0D. Grayscale: #898989. Windows color (decimal): -3255054 or 15881422. OLE color: 15881422.
HSL color Cylindrical-coordinate representation of color #CE54F2: hue angle of 286.33º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE54F2 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 84 | 242 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.05 |
| HSL | 286.33º | 0.86% | 0.64% | - |
| HSV(B) | 286.33º | 0.65% | 0.95% | - |
| XYZ | 44.65 | 25.87 | 86.65 | - |
| YUV | 138.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 242 | 0.15 | 0.65 | 0 | 0.05 | 286.33 | 0.86 | 0.64 |
| Hex | CE | 54 | F2 | F | 41 | 0 | 5 | 11E | 56 | 40 |
| Octal | 316 | 124 | 362 | 17 | 101 | 0 | 5 | 436 | 126 | 100 |
| Binary | 11001110 | 1010100 | 11110010 | 1111 | 1000001 | 0 | 101 | 100011110 | 1010110 | 1000000 |
Color Harmonies of #CE54F2
Complementary color
Monochromatic Colors of #CE54F2
Black with #CE54F2
Text Example
Text Example
White with #CE54F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE54F2; }
p { color: rgb(206,84,242); }
H1.HeaderClassName
{
color: #CE54F2;
}
.AnyTagClassName
{
color: #CE54F2;
}
</style>
background-color css
<style>
a { background-color: #CE54F2; }
a { background-color: rgb(206,84,242); }
div.DivClassName
{
background-color: #CE54F2;
}
.BgClassName
{
background-color: #CE54F2;
}
</style>
border-color css
<style>
span { border-color: #CE54F2; }
span { border-color: rgb(206,84,242); }
td.TdClassName
{
border-color: #CE54F2;
}
.TagClassName
{
border-color: #CE54F2;
}
</style>