Shades of Medium Orchid #CE4AF5
Tints of Medium Orchid #CE4AF5
RGB
CMYK
RGB Variations
Color information
#CE4AF5 (or 0xCE4AF5) is known color: Medium Orchid. HEX triplet: CE, 4A and F5. RGB value is (206,74,245). Sum of RGB (Red+Green+Blue) = 206+74+245=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE4AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AF5 is #31B50A. Grayscale: #848484. Windows color (decimal): -3257611 or 16075470. OLE color: 16075470.
HSL color Cylindrical-coordinate representation of color #CE4AF5: hue angle of 286.32º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE4AF5 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 74 | 245 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.04 |
| HSL | 286.32º | 0.9% | 0.63% | - |
| HSV(B) | 286.32º | 0.7% | 0.96% | - |
| XYZ | 44.38 | 24.61 | 88.8 | - |
| YUV | 132.96 | 191.23 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 245 | 0.16 | 0.70 | 0 | 0.04 | 286.32 | 0.9 | 0.63 |
| Hex | CE | 4A | F5 | 10 | 46 | 0 | 4 | 11E | 5A | 3F |
| Octal | 316 | 112 | 365 | 20 | 106 | 0 | 4 | 436 | 132 | 77 |
| Binary | 11001110 | 1001010 | 11110101 | 10000 | 1000110 | 0 | 100 | 100011110 | 1011010 | 111111 |
Color Harmonies of #CE4AF5
Complementary color
Monochromatic Colors of #CE4AF5
Black with #CE4AF5
Text Example
Text Example
White with #CE4AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AF5; }
p { color: rgb(206,74,245); }
H1.HeaderClassName
{
color: #CE4AF5;
}
.AnyTagClassName
{
color: #CE4AF5;
}
</style>
background-color css
<style>
a { background-color: #CE4AF5; }
a { background-color: rgb(206,74,245); }
div.DivClassName
{
background-color: #CE4AF5;
}
.BgClassName
{
background-color: #CE4AF5;
}
</style>
border-color css
<style>
span { border-color: #CE4AF5; }
span { border-color: rgb(206,74,245); }
td.TdClassName
{
border-color: #CE4AF5;
}
.TagClassName
{
border-color: #CE4AF5;
}
</style>