Shades of Medium Orchid #CE3DF1
Tints of Medium Orchid #CE3DF1
RGB
CMYK
RGB Variations
Color information
#CE3DF1 (or 0xCE3DF1) is known color: Medium Orchid. HEX triplet: CE, 3D and F1. RGB value is (206,61,241). Sum of RGB (Red+Green+Blue) = 206+61+241=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 61 (24.22% from 255 or 12.01% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE3DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3DF1 is #31C20E. Grayscale: #7C7C7C. Windows color (decimal): -3260943 or 15809998. OLE color: 15809998.
HSL color Cylindrical-coordinate representation of color #CE3DF1: hue angle of 288.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3DF1 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 61 | 241 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.05 |
| HSL | 288.33º | 0.87% | 0.59% | - |
| HSV(B) | 288.33º | 0.75% | 0.95% | - |
| XYZ | 43 | 22.81 | 85.36 | - |
| YUV | 124.88 | 193.54 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 241 | 0.15 | 0.75 | 0 | 0.05 | 288.33 | 0.87 | 0.59 |
| Hex | CE | 3D | F1 | F | 4B | 0 | 5 | 120 | 57 | 3B |
| Octal | 316 | 75 | 361 | 17 | 113 | 0 | 5 | 440 | 127 | 73 |
| Binary | 11001110 | 111101 | 11110001 | 1111 | 1001011 | 0 | 101 | 100100000 | 1010111 | 111011 |
Color Harmonies of #CE3DF1
Complementary color
Monochromatic Colors of #CE3DF1
Black with #CE3DF1
Text Example
Text Example
White with #CE3DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DF1; }
p { color: rgb(206,61,241); }
H1.HeaderClassName
{
color: #CE3DF1;
}
.AnyTagClassName
{
color: #CE3DF1;
}
</style>
background-color css
<style>
a { background-color: #CE3DF1; }
a { background-color: rgb(206,61,241); }
div.DivClassName
{
background-color: #CE3DF1;
}
.BgClassName
{
background-color: #CE3DF1;
}
</style>
border-color css
<style>
span { border-color: #CE3DF1; }
span { border-color: rgb(206,61,241); }
td.TdClassName
{
border-color: #CE3DF1;
}
.TagClassName
{
border-color: #CE3DF1;
}
</style>