Shades of Medium Orchid #CE4BF1
Tints of Medium Orchid #CE4BF1
RGB
CMYK
RGB Variations
Color information
#CE4BF1 (or 0xCE4BF1) is known color: Medium Orchid. HEX triplet: CE, 4B and F1. RGB value is (206,75,241). Sum of RGB (Red+Green+Blue) = 206+75+241=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE4BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4BF1 is #31B40E. Grayscale: #848484. Windows color (decimal): -3257359 or 15813582. OLE color: 15813582.
HSL color Cylindrical-coordinate representation of color #CE4BF1: hue angle of 287.35º 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 #CE4BF1 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 75 | 241 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.05 |
| HSL | 287.35º | 0.86% | 0.62% | - |
| HSV(B) | 287.35º | 0.69% | 0.95% | - |
| XYZ | 43.85 | 24.5 | 85.64 | - |
| YUV | 133.09 | 188.9 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 241 | 0.15 | 0.69 | 0 | 0.05 | 287.35 | 0.86 | 0.62 |
| Hex | CE | 4B | F1 | F | 45 | 0 | 5 | 11F | 56 | 3E |
| Octal | 316 | 113 | 361 | 17 | 105 | 0 | 5 | 437 | 126 | 76 |
| Binary | 11001110 | 1001011 | 11110001 | 1111 | 1000101 | 0 | 101 | 100011111 | 1010110 | 111110 |
Color Harmonies of #CE4BF1
Complementary color
Monochromatic Colors of #CE4BF1
Black with #CE4BF1
Text Example
Text Example
White with #CE4BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BF1; }
p { color: rgb(206,75,241); }
H1.HeaderClassName
{
color: #CE4BF1;
}
.AnyTagClassName
{
color: #CE4BF1;
}
</style>
background-color css
<style>
a { background-color: #CE4BF1; }
a { background-color: rgb(206,75,241); }
div.DivClassName
{
background-color: #CE4BF1;
}
.BgClassName
{
background-color: #CE4BF1;
}
</style>
border-color css
<style>
span { border-color: #CE4BF1; }
span { border-color: rgb(206,75,241); }
td.TdClassName
{
border-color: #CE4BF1;
}
.TagClassName
{
border-color: #CE4BF1;
}
</style>