Shades of Medium Orchid #CE3CFF
Tints of Medium Orchid #CE3CFF
RGB
CMYK
RGB Variations
Color information
#CE3CFF (or 0xCE3CFF) is known color: Medium Orchid. HEX triplet: CE, 3C and FF. RGB value is (206,60,255). Sum of RGB (Red+Green+Blue) = 206+60+255=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 60 (23.83% from 255 or 11.52% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE3CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3CFF is #31C300. Grayscale: #7D7D7D. Windows color (decimal): -3261185 or 16727246. OLE color: 16727246.
HSL color Cylindrical-coordinate representation of color #CE3CFF: hue angle of 284.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3CFF is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 60 | 255 | - |
| CMYK | 0.19 | 0.76 | 0 | 0 |
| HSL | 284.92º | 1% | 0.62% | - |
| HSV(B) | 284.92º | 0.76% | 1% | - |
| XYZ | 45.12 | 23.57 | 96.78 | - |
| YUV | 125.88 | 200.87 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 255 | 0.19 | 0.76 | 0 | 0 | 284.92 | 1 | 0.62 |
| Hex | CE | 3C | FF | 13 | 4C | 0 | 0 | 11D | 64 | 3E |
| Octal | 316 | 74 | 377 | 23 | 114 | 0 | 0 | 435 | 144 | 76 |
| Binary | 11001110 | 111100 | 11111111 | 10011 | 1001100 | 0 | 0 | 100011101 | 1100100 | 111110 |
Color Harmonies of #CE3CFF
Complementary color
Monochromatic Colors of #CE3CFF
Black with #CE3CFF
Text Example
Text Example
White with #CE3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CFF; }
p { color: rgb(206,60,255); }
H1.HeaderClassName
{
color: #CE3CFF;
}
.AnyTagClassName
{
color: #CE3CFF;
}
</style>
background-color css
<style>
a { background-color: #CE3CFF; }
a { background-color: rgb(206,60,255); }
div.DivClassName
{
background-color: #CE3CFF;
}
.BgClassName
{
background-color: #CE3CFF;
}
</style>
border-color css
<style>
span { border-color: #CE3CFF; }
span { border-color: rgb(206,60,255); }
td.TdClassName
{
border-color: #CE3CFF;
}
.TagClassName
{
border-color: #CE3CFF;
}
</style>