Shades of Medium Orchid #CE35F2
Tints of Medium Orchid #CE35F2
RGB
CMYK
RGB Variations
Color information
#CE35F2 (or 0xCE35F2) is known color: Medium Orchid. HEX triplet: CE, 35 and F2. RGB value is (206,53,242). Sum of RGB (Red+Green+Blue) = 206+53+242=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE35F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE35F2 is #31CA0D. Grayscale: #777777. Windows color (decimal): -3262990 or 15873486. OLE color: 15873486.
HSL color Cylindrical-coordinate representation of color #CE35F2: hue angle of 288.57º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE35F2 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 53 | 242 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.05 |
| HSL | 288.57º | 0.88% | 0.58% | - |
| HSV(B) | 288.57º | 0.78% | 0.95% | - |
| XYZ | 42.75 | 22.08 | 86.01 | - |
| YUV | 120.29 | 196.69 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 242 | 0.15 | 0.78 | 0 | 0.05 | 288.57 | 0.88 | 0.58 |
| Hex | CE | 35 | F2 | F | 4E | 0 | 5 | 121 | 58 | 3A |
| Octal | 316 | 65 | 362 | 17 | 116 | 0 | 5 | 441 | 130 | 72 |
| Binary | 11001110 | 110101 | 11110010 | 1111 | 1001110 | 0 | 101 | 100100001 | 1011000 | 111010 |
Color Harmonies of #CE35F2
Complementary color
Monochromatic Colors of #CE35F2
Black with #CE35F2
Text Example
Text Example
White with #CE35F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE35F2; }
p { color: rgb(206,53,242); }
H1.HeaderClassName
{
color: #CE35F2;
}
.AnyTagClassName
{
color: #CE35F2;
}
</style>
background-color css
<style>
a { background-color: #CE35F2; }
a { background-color: rgb(206,53,242); }
div.DivClassName
{
background-color: #CE35F2;
}
.BgClassName
{
background-color: #CE35F2;
}
</style>
border-color css
<style>
span { border-color: #CE35F2; }
span { border-color: rgb(206,53,242); }
td.TdClassName
{
border-color: #CE35F2;
}
.TagClassName
{
border-color: #CE35F2;
}
</style>