Shades of Orchid #CE7CE0
Tints of Orchid #CE7CE0
RGB
CMYK
RGB Variations
Color information
#CE7CE0 (or 0xCE7CE0) is known color: Orchid. HEX triplet: CE, 7C and E0. RGB value is (206,124,224). Sum of RGB (Red+Green+Blue) = 206+124+224=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE7CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CE0 is #31831F. Grayscale: #9F9F9F. Windows color (decimal): -3244832 or 14712014. OLE color: 14712014.
HSL color Cylindrical-coordinate representation of color #CE7CE0: hue angle of 289.2º 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 #CE7CE0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 124 | 224 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.12 |
| HSL | 289.2º | 0.62% | 0.68% | - |
| HSV(B) | 289.2º | 0.45% | 0.88% | - |
| XYZ | 46.12 | 32.92 | 74.44 | - |
| YUV | 159.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 224 | 0.08 | 0.45 | 0 | 0.12 | 289.2 | 0.62 | 0.68 |
| Hex | CE | 7C | E0 | 8 | 2D | 0 | C | 121 | 3E | 44 |
| Octal | 316 | 174 | 340 | 10 | 55 | 0 | 14 | 441 | 76 | 104 |
| Binary | 11001110 | 1111100 | 11100000 | 1000 | 101101 | 0 | 1100 | 100100001 | 111110 | 1000100 |
Color Harmonies of #CE7CE0
Complementary color
Monochromatic Colors of #CE7CE0
Black with #CE7CE0
Text Example
Text Example
White with #CE7CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CE0; }
p { color: rgb(206,124,224); }
H1.HeaderClassName
{
color: #CE7CE0;
}
.AnyTagClassName
{
color: #CE7CE0;
}
</style>
background-color css
<style>
a { background-color: #CE7CE0; }
a { background-color: rgb(206,124,224); }
div.DivClassName
{
background-color: #CE7CE0;
}
.BgClassName
{
background-color: #CE7CE0;
}
</style>
border-color css
<style>
span { border-color: #CE7CE0; }
span { border-color: rgb(206,124,224); }
td.TdClassName
{
border-color: #CE7CE0;
}
.TagClassName
{
border-color: #CE7CE0;
}
</style>