Shades of Orchid #CE7CE4
Tints of Orchid #CE7CE4
RGB
CMYK
RGB Variations
Color information
#CE7CE4 (or 0xCE7CE4) is known color: Orchid. HEX triplet: CE, 7C and E4. RGB value is (206,124,228). Sum of RGB (Red+Green+Blue) = 206+124+228=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE7CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CE4 is #31831B. Grayscale: #A0A0A0. Windows color (decimal): -3244828 or 14974158. OLE color: 14974158.
HSL color Cylindrical-coordinate representation of color #CE7CE4: hue angle of 287.31º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE7CE4 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 124 | 228 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.11 |
| HSL | 287.31º | 0.66% | 0.69% | - |
| HSV(B) | 287.31º | 0.46% | 0.89% | - |
| XYZ | 46.66 | 33.14 | 77.34 | - |
| YUV | 160.37 | 166.17 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 228 | 0.10 | 0.46 | 0 | 0.11 | 287.31 | 0.66 | 0.69 |
| Hex | CE | 7C | E4 | A | 2E | 0 | B | 11F | 42 | 45 |
| Octal | 316 | 174 | 344 | 12 | 56 | 0 | 13 | 437 | 102 | 105 |
| Binary | 11001110 | 1111100 | 11100100 | 1010 | 101110 | 0 | 1011 | 100011111 | 1000010 | 1000101 |
Color Harmonies of #CE7CE4
Complementary color
Monochromatic Colors of #CE7CE4
Black with #CE7CE4
Text Example
Text Example
White with #CE7CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CE4; }
p { color: rgb(206,124,228); }
H1.HeaderClassName
{
color: #CE7CE4;
}
.AnyTagClassName
{
color: #CE7CE4;
}
</style>
background-color css
<style>
a { background-color: #CE7CE4; }
a { background-color: rgb(206,124,228); }
div.DivClassName
{
background-color: #CE7CE4;
}
.BgClassName
{
background-color: #CE7CE4;
}
</style>
border-color css
<style>
span { border-color: #CE7CE4; }
span { border-color: rgb(206,124,228); }
td.TdClassName
{
border-color: #CE7CE4;
}
.TagClassName
{
border-color: #CE7CE4;
}
</style>