Shades of Orchid #CE7CC7
Tints of Orchid #CE7CC7
RGB
CMYK
RGB Variations
Color information
#CE7CC7 (or 0xCE7CC7) is known color: Orchid. HEX triplet: CE, 7C and C7. RGB value is (206,124,199). Sum of RGB (Red+Green+Blue) = 206+124+199=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CC7 is #318338. Grayscale: #9C9C9C. Windows color (decimal): -3244857 or 13073614. OLE color: 13073614.
HSL color Cylindrical-coordinate representation of color #CE7CC7: hue angle of 305.12º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7CC7 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 199 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.19 |
| HSL | 305.12º | 0.46% | 0.65% | - |
| HSV(B) | 305.12º | 0.4% | 0.81% | - |
| XYZ | 42.97 | 31.66 | 57.88 | - |
| YUV | 157.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 199 | 0 | 0.40 | 0.03 | 0.19 | 305.12 | 0.46 | 0.65 |
| Hex | CE | 7C | C7 | 0 | 28 | 3 | 13 | 131 | 2E | 41 |
| Octal | 316 | 174 | 307 | 0 | 50 | 3 | 23 | 461 | 56 | 101 |
| Binary | 11001110 | 1111100 | 11000111 | 0 | 101000 | 11 | 10011 | 100110001 | 101110 | 1000001 |
Color Harmonies of #CE7CC7
Complementary color
Monochromatic Colors of #CE7CC7
Black with #CE7CC7
Text Example
Text Example
White with #CE7CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CC7; }
p { color: rgb(206,124,199); }
H1.HeaderClassName
{
color: #CE7CC7;
}
.AnyTagClassName
{
color: #CE7CC7;
}
</style>
background-color css
<style>
a { background-color: #CE7CC7; }
a { background-color: rgb(206,124,199); }
div.DivClassName
{
background-color: #CE7CC7;
}
.BgClassName
{
background-color: #CE7CC7;
}
</style>
border-color css
<style>
span { border-color: #CE7CC7; }
span { border-color: rgb(206,124,199); }
td.TdClassName
{
border-color: #CE7CC7;
}
.TagClassName
{
border-color: #CE7CC7;
}
</style>