Shades of Medium Orchid #CE3CF5
Tints of Medium Orchid #CE3CF5
RGB
CMYK
RGB Variations
Color information
#CE3CF5 (or 0xCE3CF5) is known color: Medium Orchid. HEX triplet: CE, 3C and F5. RGB value is (206,60,245). Sum of RGB (Red+Green+Blue) = 206+60+245=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 60 (23.83% from 255 or 11.74% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE3CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3CF5 is #31C30A. Grayscale: #7C7C7C. Windows color (decimal): -3261195 or 16071886. OLE color: 16071886.
HSL color Cylindrical-coordinate representation of color #CE3CF5: hue angle of 287.35º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3CF5 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 60 | 245 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.04 |
| HSL | 287.35º | 0.9% | 0.6% | - |
| HSV(B) | 287.35º | 0.76% | 0.96% | - |
| XYZ | 43.55 | 22.95 | 88.52 | - |
| YUV | 124.74 | 195.87 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 245 | 0.16 | 0.76 | 0 | 0.04 | 287.35 | 0.9 | 0.6 |
| Hex | CE | 3C | F5 | 10 | 4C | 0 | 4 | 11F | 5A | 3C |
| Octal | 316 | 74 | 365 | 20 | 114 | 0 | 4 | 437 | 132 | 74 |
| Binary | 11001110 | 111100 | 11110101 | 10000 | 1001100 | 0 | 100 | 100011111 | 1011010 | 111100 |
Color Harmonies of #CE3CF5
Complementary color
Monochromatic Colors of #CE3CF5
Black with #CE3CF5
Text Example
Text Example
White with #CE3CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CF5; }
p { color: rgb(206,60,245); }
H1.HeaderClassName
{
color: #CE3CF5;
}
.AnyTagClassName
{
color: #CE3CF5;
}
</style>
background-color css
<style>
a { background-color: #CE3CF5; }
a { background-color: rgb(206,60,245); }
div.DivClassName
{
background-color: #CE3CF5;
}
.BgClassName
{
background-color: #CE3CF5;
}
</style>
border-color css
<style>
span { border-color: #CE3CF5; }
span { border-color: rgb(206,60,245); }
td.TdClassName
{
border-color: #CE3CF5;
}
.TagClassName
{
border-color: #CE3CF5;
}
</style>