Shades of Orchid #CE7CE5
Tints of Orchid #CE7CE5
RGB
CMYK
RGB Variations
Color information
#CE7CE5 (or 0xCE7CE5) is known color: Orchid. HEX triplet: CE, 7C and E5. RGB value is (206,124,229). Sum of RGB (Red+Green+Blue) = 206+124+229=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE7CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CE5 is #31831A. Grayscale: #A0A0A0. Windows color (decimal): -3244827 or 15039694. OLE color: 15039694.
HSL color Cylindrical-coordinate representation of color #CE7CE5: hue angle of 286.86º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE7CE5 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 124 | 229 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.10 |
| HSL | 286.86º | 0.67% | 0.69% | - |
| HSV(B) | 286.86º | 0.46% | 0.9% | - |
| XYZ | 46.8 | 33.19 | 78.07 | - |
| YUV | 160.49 | 166.67 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 229 | 0.10 | 0.46 | 0 | 0.10 | 286.86 | 0.67 | 0.69 |
| Hex | CE | 7C | E5 | A | 2E | 0 | A | 11F | 43 | 45 |
| Octal | 316 | 174 | 345 | 12 | 56 | 0 | 12 | 437 | 103 | 105 |
| Binary | 11001110 | 1111100 | 11100101 | 1010 | 101110 | 0 | 1010 | 100011111 | 1000011 | 1000101 |
Color Harmonies of #CE7CE5
Complementary color
Monochromatic Colors of #CE7CE5
Black with #CE7CE5
Text Example
Text Example
White with #CE7CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CE5; }
p { color: rgb(206,124,229); }
H1.HeaderClassName
{
color: #CE7CE5;
}
.AnyTagClassName
{
color: #CE7CE5;
}
</style>
background-color css
<style>
a { background-color: #CE7CE5; }
a { background-color: rgb(206,124,229); }
div.DivClassName
{
background-color: #CE7CE5;
}
.BgClassName
{
background-color: #CE7CE5;
}
</style>
border-color css
<style>
span { border-color: #CE7CE5; }
span { border-color: rgb(206,124,229); }
td.TdClassName
{
border-color: #CE7CE5;
}
.TagClassName
{
border-color: #CE7CE5;
}
</style>