Shades of Orchid #CE7BE0
Tints of Orchid #CE7BE0
RGB
CMYK
RGB Variations
Color information
#CE7BE0 (or 0xCE7BE0) is known color: Orchid. HEX triplet: CE, 7B and E0. RGB value is (206,123,224). Sum of RGB (Red+Green+Blue) = 206+123+224=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BE0 is #31841F. Grayscale: #9F9F9F. Windows color (decimal): -3245088 or 14711758. OLE color: 14711758.
HSL color Cylindrical-coordinate representation of color #CE7BE0: hue angle of 289.31º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7BE0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 123 | 224 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.12 |
| HSL | 289.31º | 0.62% | 0.68% | - |
| HSV(B) | 289.31º | 0.45% | 0.88% | - |
| XYZ | 45.99 | 32.67 | 74.4 | - |
| YUV | 159.33 | 164.5 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 224 | 0.08 | 0.45 | 0 | 0.12 | 289.31 | 0.62 | 0.68 |
| Hex | CE | 7B | E0 | 8 | 2D | 0 | C | 121 | 3E | 44 |
| Octal | 316 | 173 | 340 | 10 | 55 | 0 | 14 | 441 | 76 | 104 |
| Binary | 11001110 | 1111011 | 11100000 | 1000 | 101101 | 0 | 1100 | 100100001 | 111110 | 1000100 |
Color Harmonies of #CE7BE0
Complementary color
Monochromatic Colors of #CE7BE0
Black with #CE7BE0
Text Example
Text Example
White with #CE7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BE0; }
p { color: rgb(206,123,224); }
H1.HeaderClassName
{
color: #CE7BE0;
}
.AnyTagClassName
{
color: #CE7BE0;
}
</style>
background-color css
<style>
a { background-color: #CE7BE0; }
a { background-color: rgb(206,123,224); }
div.DivClassName
{
background-color: #CE7BE0;
}
.BgClassName
{
background-color: #CE7BE0;
}
</style>
border-color css
<style>
span { border-color: #CE7BE0; }
span { border-color: rgb(206,123,224); }
td.TdClassName
{
border-color: #CE7BE0;
}
.TagClassName
{
border-color: #CE7BE0;
}
</style>