Shades of Medium Orchid #CE4AF1
Tints of Medium Orchid #CE4AF1
RGB
CMYK
RGB Variations
Color information
#CE4AF1 (or 0xCE4AF1) is known color: Medium Orchid. HEX triplet: CE, 4A and F1. RGB value is (206,74,241). Sum of RGB (Red+Green+Blue) = 206+74+241=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE4AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AF1 is #31B50E. Grayscale: #838383. Windows color (decimal): -3257615 or 15813326. OLE color: 15813326.
HSL color Cylindrical-coordinate representation of color #CE4AF1: hue angle of 287.43º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4AF1 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 74 | 241 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.05 |
| HSL | 287.43º | 0.86% | 0.62% | - |
| HSV(B) | 287.43º | 0.69% | 0.95% | - |
| XYZ | 43.78 | 24.37 | 85.62 | - |
| YUV | 132.51 | 189.23 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 241 | 0.15 | 0.69 | 0 | 0.05 | 287.43 | 0.86 | 0.62 |
| Hex | CE | 4A | F1 | F | 45 | 0 | 5 | 11F | 56 | 3E |
| Octal | 316 | 112 | 361 | 17 | 105 | 0 | 5 | 437 | 126 | 76 |
| Binary | 11001110 | 1001010 | 11110001 | 1111 | 1000101 | 0 | 101 | 100011111 | 1010110 | 111110 |
Color Harmonies of #CE4AF1
Complementary color
Monochromatic Colors of #CE4AF1
Black with #CE4AF1
Text Example
Text Example
White with #CE4AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AF1; }
p { color: rgb(206,74,241); }
H1.HeaderClassName
{
color: #CE4AF1;
}
.AnyTagClassName
{
color: #CE4AF1;
}
</style>
background-color css
<style>
a { background-color: #CE4AF1; }
a { background-color: rgb(206,74,241); }
div.DivClassName
{
background-color: #CE4AF1;
}
.BgClassName
{
background-color: #CE4AF1;
}
</style>
border-color css
<style>
span { border-color: #CE4AF1; }
span { border-color: rgb(206,74,241); }
td.TdClassName
{
border-color: #CE4AF1;
}
.TagClassName
{
border-color: #CE4AF1;
}
</style>