Shades of Orchid #CE7DC7
Tints of Orchid #CE7DC7
RGB
CMYK
RGB Variations
Color information
#CE7DC7 (or 0xCE7DC7) is known color: Orchid. HEX triplet: CE, 7D and C7. RGB value is (206,125,199). Sum of RGB (Red+Green+Blue) = 206+125+199=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DC7 is #318238. Grayscale: #9D9D9D. Windows color (decimal): -3244601 or 13073870. OLE color: 13073870.
HSL color Cylindrical-coordinate representation of color #CE7DC7: hue angle of 305.19º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7DC7 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 199 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.19 |
| HSL | 305.19º | 0.45% | 0.65% | - |
| HSV(B) | 305.19º | 0.39% | 0.81% | - |
| XYZ | 43.1 | 31.91 | 57.92 | - |
| YUV | 157.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 199 | 0 | 0.39 | 0.03 | 0.19 | 305.19 | 0.45 | 0.65 |
| Hex | CE | 7D | C7 | 0 | 27 | 3 | 13 | 131 | 2D | 41 |
| Octal | 316 | 175 | 307 | 0 | 47 | 3 | 23 | 461 | 55 | 101 |
| Binary | 11001110 | 1111101 | 11000111 | 0 | 100111 | 11 | 10011 | 100110001 | 101101 | 1000001 |
Color Harmonies of #CE7DC7
Complementary color
Monochromatic Colors of #CE7DC7
Black with #CE7DC7
Text Example
Text Example
White with #CE7DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DC7; }
p { color: rgb(206,125,199); }
H1.HeaderClassName
{
color: #CE7DC7;
}
.AnyTagClassName
{
color: #CE7DC7;
}
</style>
background-color css
<style>
a { background-color: #CE7DC7; }
a { background-color: rgb(206,125,199); }
div.DivClassName
{
background-color: #CE7DC7;
}
.BgClassName
{
background-color: #CE7DC7;
}
</style>
border-color css
<style>
span { border-color: #CE7DC7; }
span { border-color: rgb(206,125,199); }
td.TdClassName
{
border-color: #CE7DC7;
}
.TagClassName
{
border-color: #CE7DC7;
}
</style>