Shades of Orchid #CE7FE0
Tints of Orchid #CE7FE0
RGB
CMYK
RGB Variations
Color information
#CE7FE0 (or 0xCE7FE0) is known color: Orchid. HEX triplet: CE, 7F and E0. RGB value is (206,127,224). Sum of RGB (Red+Green+Blue) = 206+127+224=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE7FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FE0 is #31801F. Grayscale: #A1A1A1. Windows color (decimal): -3244064 or 14712782. OLE color: 14712782.
HSL color Cylindrical-coordinate representation of color #CE7FE0: hue angle of 288.87º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7FE0 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 127 | 224 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.12 |
| HSL | 288.87º | 0.61% | 0.69% | - |
| HSV(B) | 288.87º | 0.43% | 0.88% | - |
| XYZ | 46.5 | 33.68 | 74.57 | - |
| YUV | 161.68 | 163.17 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 224 | 0.08 | 0.43 | 0 | 0.12 | 288.87 | 0.61 | 0.69 |
| Hex | CE | 7F | E0 | 8 | 2B | 0 | C | 121 | 3D | 45 |
| Octal | 316 | 177 | 340 | 10 | 53 | 0 | 14 | 441 | 75 | 105 |
| Binary | 11001110 | 1111111 | 11100000 | 1000 | 101011 | 0 | 1100 | 100100001 | 111101 | 1000101 |
Color Harmonies of #CE7FE0
Complementary color
Monochromatic Colors of #CE7FE0
Black with #CE7FE0
Text Example
Text Example
White with #CE7FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7FE0; }
p { color: rgb(206,127,224); }
H1.HeaderClassName
{
color: #CE7FE0;
}
.AnyTagClassName
{
color: #CE7FE0;
}
</style>
background-color css
<style>
a { background-color: #CE7FE0; }
a { background-color: rgb(206,127,224); }
div.DivClassName
{
background-color: #CE7FE0;
}
.BgClassName
{
background-color: #CE7FE0;
}
</style>
border-color css
<style>
span { border-color: #CE7FE0; }
span { border-color: rgb(206,127,224); }
td.TdClassName
{
border-color: #CE7FE0;
}
.TagClassName
{
border-color: #CE7FE0;
}
</style>