Shades of Medium Orchid #CE30F1
Tints of Medium Orchid #CE30F1
RGB
CMYK
RGB Variations
Color information
#CE30F1 (or 0xCE30F1) is known color: Medium Orchid. HEX triplet: CE, 30 and F1. RGB value is (206,48,241). Sum of RGB (Red+Green+Blue) = 206+48+241=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 48 (19.14% from 255 or 9.70% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE30F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE30F1 is #31CF0E. Grayscale: #747474. Windows color (decimal): -3264271 or 15806670. OLE color: 15806670.
HSL color Cylindrical-coordinate representation of color #CE30F1: hue angle of 289.12º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE30F1 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 48 | 241 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.05 |
| HSL | 289.12º | 0.87% | 0.57% | - |
| HSV(B) | 289.12º | 0.8% | 0.95% | - |
| XYZ | 42.39 | 21.59 | 85.15 | - |
| YUV | 117.24 | 197.85 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 241 | 0.15 | 0.80 | 0 | 0.05 | 289.12 | 0.87 | 0.57 |
| Hex | CE | 30 | F1 | F | 50 | 0 | 5 | 121 | 57 | 39 |
| Octal | 316 | 60 | 361 | 17 | 120 | 0 | 5 | 441 | 127 | 71 |
| Binary | 11001110 | 110000 | 11110001 | 1111 | 1010000 | 0 | 101 | 100100001 | 1010111 | 111001 |
Color Harmonies of #CE30F1
Complementary color
Monochromatic Colors of #CE30F1
Black with #CE30F1
Text Example
Text Example
White with #CE30F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE30F1; }
p { color: rgb(206,48,241); }
H1.HeaderClassName
{
color: #CE30F1;
}
.AnyTagClassName
{
color: #CE30F1;
}
</style>
background-color css
<style>
a { background-color: #CE30F1; }
a { background-color: rgb(206,48,241); }
div.DivClassName
{
background-color: #CE30F1;
}
.BgClassName
{
background-color: #CE30F1;
}
</style>
border-color css
<style>
span { border-color: #CE30F1; }
span { border-color: rgb(206,48,241); }
td.TdClassName
{
border-color: #CE30F1;
}
.TagClassName
{
border-color: #CE30F1;
}
</style>