Shades of Medium Orchid #CE4BE7
Tints of Medium Orchid #CE4BE7
RGB
CMYK
RGB Variations
Color information
#CE4BE7 (or 0xCE4BE7) is known color: Medium Orchid. HEX triplet: CE, 4B and E7. RGB value is (206,75,231). Sum of RGB (Red+Green+Blue) = 206+75+231=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE4BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4BE7 is #31B418. Grayscale: #838383. Windows color (decimal): -3257369 or 15158222. OLE color: 15158222.
HSL color Cylindrical-coordinate representation of color #CE4BE7: hue angle of 290.38º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4BE7 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 75 | 231 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.09 |
| HSL | 290.38º | 0.76% | 0.6% | - |
| HSV(B) | 290.38º | 0.68% | 0.91% | - |
| XYZ | 42.39 | 23.92 | 77.98 | - |
| YUV | 131.95 | 183.9 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 231 | 0.11 | 0.68 | 0 | 0.09 | 290.38 | 0.76 | 0.6 |
| Hex | CE | 4B | E7 | B | 44 | 0 | 9 | 122 | 4C | 3C |
| Octal | 316 | 113 | 347 | 13 | 104 | 0 | 11 | 442 | 114 | 74 |
| Binary | 11001110 | 1001011 | 11100111 | 1011 | 1000100 | 0 | 1001 | 100100010 | 1001100 | 111100 |
Color Harmonies of #CE4BE7
Complementary color
Monochromatic Colors of #CE4BE7
Black with #CE4BE7
Text Example
Text Example
White with #CE4BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BE7; }
p { color: rgb(206,75,231); }
H1.HeaderClassName
{
color: #CE4BE7;
}
.AnyTagClassName
{
color: #CE4BE7;
}
</style>
background-color css
<style>
a { background-color: #CE4BE7; }
a { background-color: rgb(206,75,231); }
div.DivClassName
{
background-color: #CE4BE7;
}
.BgClassName
{
background-color: #CE4BE7;
}
</style>
border-color css
<style>
span { border-color: #CE4BE7; }
span { border-color: rgb(206,75,231); }
td.TdClassName
{
border-color: #CE4BE7;
}
.TagClassName
{
border-color: #CE4BE7;
}
</style>