Shades of Medium Orchid #CE3BF3
Tints of Medium Orchid #CE3BF3
RGB
CMYK
RGB Variations
Color information
#CE3BF3 (or 0xCE3BF3) is known color: Medium Orchid. HEX triplet: CE, 3B and F3. RGB value is (206,59,243). Sum of RGB (Red+Green+Blue) = 206+59+243=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 59 (23.44% from 255 or 11.61% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE3BF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3BF3 is #31C40C. Grayscale: #7B7B7B. Windows color (decimal): -3261453 or 15940558. OLE color: 15940558.
HSL color Cylindrical-coordinate representation of color #CE3BF3: hue angle of 287.93º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3BF3 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 59 | 243 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.05 |
| HSL | 287.93º | 0.88% | 0.59% | - |
| HSV(B) | 287.93º | 0.76% | 0.95% | - |
| XYZ | 43.2 | 22.72 | 86.9 | - |
| YUV | 123.93 | 195.2 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 243 | 0.15 | 0.76 | 0 | 0.05 | 287.93 | 0.88 | 0.59 |
| Hex | CE | 3B | F3 | F | 4C | 0 | 5 | 120 | 58 | 3B |
| Octal | 316 | 73 | 363 | 17 | 114 | 0 | 5 | 440 | 130 | 73 |
| Binary | 11001110 | 111011 | 11110011 | 1111 | 1001100 | 0 | 101 | 100100000 | 1011000 | 111011 |
Color Harmonies of #CE3BF3
Complementary color
Monochromatic Colors of #CE3BF3
Black with #CE3BF3
Text Example
Text Example
White with #CE3BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BF3; }
p { color: rgb(206,59,243); }
H1.HeaderClassName
{
color: #CE3BF3;
}
.AnyTagClassName
{
color: #CE3BF3;
}
</style>
background-color css
<style>
a { background-color: #CE3BF3; }
a { background-color: rgb(206,59,243); }
div.DivClassName
{
background-color: #CE3BF3;
}
.BgClassName
{
background-color: #CE3BF3;
}
</style>
border-color css
<style>
span { border-color: #CE3BF3; }
span { border-color: rgb(206,59,243); }
td.TdClassName
{
border-color: #CE3BF3;
}
.TagClassName
{
border-color: #CE3BF3;
}
</style>