Shades of Medium Orchid #CE3DFC
Tints of Medium Orchid #CE3DFC
RGB
CMYK
RGB Variations
Color information
#CE3DFC (or 0xCE3DFC) is known color: Medium Orchid. HEX triplet: CE, 3D and FC. RGB value is (206,61,252). Sum of RGB (Red+Green+Blue) = 206+61+252=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 61 (24.22% from 255 or 11.75% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE3DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3DFC is #31C203. Grayscale: #7D7D7D. Windows color (decimal): -3260932 or 16530894. OLE color: 16530894.
HSL color Cylindrical-coordinate representation of color #CE3DFC: hue angle of 285.55º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3DFC is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 61 | 252 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.01 |
| HSL | 285.55º | 0.97% | 0.61% | - |
| HSV(B) | 285.55º | 0.76% | 0.99% | - |
| XYZ | 44.69 | 23.49 | 94.27 | - |
| YUV | 126.13 | 199.04 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 252 | 0.18 | 0.76 | 0 | 0.01 | 285.55 | 0.97 | 0.61 |
| Hex | CE | 3D | FC | 12 | 4C | 0 | 1 | 11E | 61 | 3D |
| Octal | 316 | 75 | 374 | 22 | 114 | 0 | 1 | 436 | 141 | 75 |
| Binary | 11001110 | 111101 | 11111100 | 10010 | 1001100 | 0 | 1 | 100011110 | 1100001 | 111101 |
Color Harmonies of #CE3DFC
Complementary color
Monochromatic Colors of #CE3DFC
Black with #CE3DFC
Text Example
Text Example
White with #CE3DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DFC; }
p { color: rgb(206,61,252); }
H1.HeaderClassName
{
color: #CE3DFC;
}
.AnyTagClassName
{
color: #CE3DFC;
}
</style>
background-color css
<style>
a { background-color: #CE3DFC; }
a { background-color: rgb(206,61,252); }
div.DivClassName
{
background-color: #CE3DFC;
}
.BgClassName
{
background-color: #CE3DFC;
}
</style>
border-color css
<style>
span { border-color: #CE3DFC; }
span { border-color: rgb(206,61,252); }
td.TdClassName
{
border-color: #CE3DFC;
}
.TagClassName
{
border-color: #CE3DFC;
}
</style>