Shades of Orchid #CE7DE4
Tints of Orchid #CE7DE4
RGB
CMYK
RGB Variations
Color information
#CE7DE4 (or 0xCE7DE4) is known color: Orchid. HEX triplet: CE, 7D and E4. RGB value is (206,125,228). Sum of RGB (Red+Green+Blue) = 206+125+228=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE7DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DE4 is #31821B. Grayscale: #A0A0A0. Windows color (decimal): -3244572 or 14974414. OLE color: 14974414.
HSL color Cylindrical-coordinate representation of color #CE7DE4: hue angle of 287.18º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7DE4 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 125 | 228 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.11 |
| HSL | 287.18º | 0.66% | 0.69% | - |
| HSV(B) | 287.18º | 0.45% | 0.89% | - |
| XYZ | 46.79 | 33.39 | 77.38 | - |
| YUV | 160.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 228 | 0.10 | 0.45 | 0 | 0.11 | 287.18 | 0.66 | 0.69 |
| Hex | CE | 7D | E4 | A | 2D | 0 | B | 11F | 42 | 45 |
| Octal | 316 | 175 | 344 | 12 | 55 | 0 | 13 | 437 | 102 | 105 |
| Binary | 11001110 | 1111101 | 11100100 | 1010 | 101101 | 0 | 1011 | 100011111 | 1000010 | 1000101 |
Color Harmonies of #CE7DE4
Complementary color
Monochromatic Colors of #CE7DE4
Black with #CE7DE4
Text Example
Text Example
White with #CE7DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DE4; }
p { color: rgb(206,125,228); }
H1.HeaderClassName
{
color: #CE7DE4;
}
.AnyTagClassName
{
color: #CE7DE4;
}
</style>
background-color css
<style>
a { background-color: #CE7DE4; }
a { background-color: rgb(206,125,228); }
div.DivClassName
{
background-color: #CE7DE4;
}
.BgClassName
{
background-color: #CE7DE4;
}
</style>
border-color css
<style>
span { border-color: #CE7DE4; }
span { border-color: rgb(206,125,228); }
td.TdClassName
{
border-color: #CE7DE4;
}
.TagClassName
{
border-color: #CE7DE4;
}
</style>