Shades of Medium Orchid #CE3BFF
Tints of Medium Orchid #CE3BFF
RGB
CMYK
RGB Variations
Color information
#CE3BFF (or 0xCE3BFF) is known color: Medium Orchid. HEX triplet: CE, 3B and FF. RGB value is (206,59,255). Sum of RGB (Red+Green+Blue) = 206+59+255=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 59 (23.44% from 255 or 11.35% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE3BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3BFF is #31C400. Grayscale: #7C7C7C. Windows color (decimal): -3261441 or 16726990. OLE color: 16726990.
HSL color Cylindrical-coordinate representation of color #CE3BFF: hue angle of 285º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3BFF is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 59 | 255 | - |
| CMYK | 0.19 | 0.77 | 0 | 0 |
| HSL | 285º | 1% | 0.62% | - |
| HSV(B) | 285º | 0.77% | 1% | - |
| XYZ | 45.07 | 23.47 | 96.76 | - |
| YUV | 125.3 | 201.2 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 255 | 0.19 | 0.77 | 0 | 0 | 285 | 1 | 0.62 |
| Hex | CE | 3B | FF | 13 | 4D | 0 | 0 | 11D | 64 | 3E |
| Octal | 316 | 73 | 377 | 23 | 115 | 0 | 0 | 435 | 144 | 76 |
| Binary | 11001110 | 111011 | 11111111 | 10011 | 1001101 | 0 | 0 | 100011101 | 1100100 | 111110 |
Color Harmonies of #CE3BFF
Complementary color
Monochromatic Colors of #CE3BFF
Black with #CE3BFF
Text Example
Text Example
White with #CE3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BFF; }
p { color: rgb(206,59,255); }
H1.HeaderClassName
{
color: #CE3BFF;
}
.AnyTagClassName
{
color: #CE3BFF;
}
</style>
background-color css
<style>
a { background-color: #CE3BFF; }
a { background-color: rgb(206,59,255); }
div.DivClassName
{
background-color: #CE3BFF;
}
.BgClassName
{
background-color: #CE3BFF;
}
</style>
border-color css
<style>
span { border-color: #CE3BFF; }
span { border-color: rgb(206,59,255); }
td.TdClassName
{
border-color: #CE3BFF;
}
.TagClassName
{
border-color: #CE3BFF;
}
</style>