Shades of Orchid #CE7BE5
Tints of Orchid #CE7BE5
RGB
CMYK
RGB Variations
Color information
#CE7BE5 (or 0xCE7BE5) is known color: Orchid. HEX triplet: CE, 7B and E5. RGB value is (206,123,229). Sum of RGB (Red+Green+Blue) = 206+123+229=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE7BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BE5 is #31841A. Grayscale: #9F9F9F. Windows color (decimal): -3245083 or 15039438. OLE color: 15039438.
HSL color Cylindrical-coordinate representation of color #CE7BE5: hue angle of 286.98º 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 #CE7BE5 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 123 | 229 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.10 |
| HSL | 286.98º | 0.67% | 0.69% | - |
| HSV(B) | 286.98º | 0.46% | 0.9% | - |
| XYZ | 46.68 | 32.94 | 78.03 | - |
| YUV | 159.9 | 167 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 229 | 0.10 | 0.46 | 0 | 0.10 | 286.98 | 0.67 | 0.69 |
| Hex | CE | 7B | E5 | A | 2E | 0 | A | 11F | 43 | 45 |
| Octal | 316 | 173 | 345 | 12 | 56 | 0 | 12 | 437 | 103 | 105 |
| Binary | 11001110 | 1111011 | 11100101 | 1010 | 101110 | 0 | 1010 | 100011111 | 1000011 | 1000101 |
Color Harmonies of #CE7BE5
Complementary color
Monochromatic Colors of #CE7BE5
Black with #CE7BE5
Text Example
Text Example
White with #CE7BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BE5; }
p { color: rgb(206,123,229); }
H1.HeaderClassName
{
color: #CE7BE5;
}
.AnyTagClassName
{
color: #CE7BE5;
}
</style>
background-color css
<style>
a { background-color: #CE7BE5; }
a { background-color: rgb(206,123,229); }
div.DivClassName
{
background-color: #CE7BE5;
}
.BgClassName
{
background-color: #CE7BE5;
}
</style>
border-color css
<style>
span { border-color: #CE7BE5; }
span { border-color: rgb(206,123,229); }
td.TdClassName
{
border-color: #CE7BE5;
}
.TagClassName
{
border-color: #CE7BE5;
}
</style>