Shades of Orchid #CE7FC9
Tints of Orchid #CE7FC9
RGB
CMYK
RGB Variations
Color information
#CE7FC9 (or 0xCE7FC9) is known color: Orchid. HEX triplet: CE, 7F and C9. RGB value is (206,127,201). Sum of RGB (Red+Green+Blue) = 206+127+201=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FC9 is #318036. Grayscale: #9E9E9E. Windows color (decimal): -3244087 or 13205454. OLE color: 13205454.
HSL color Cylindrical-coordinate representation of color #CE7FC9: hue angle of 303.8º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE7FC9 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 201 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.19 |
| HSL | 303.8º | 0.45% | 0.65% | - |
| HSV(B) | 303.8º | 0.38% | 0.81% | - |
| XYZ | 43.59 | 32.52 | 59.24 | - |
| YUV | 159.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 201 | 0 | 0.38 | 0.02 | 0.19 | 303.8 | 0.45 | 0.65 |
| Hex | CE | 7F | C9 | 0 | 26 | 2 | 13 | 130 | 2D | 41 |
| Octal | 316 | 177 | 311 | 0 | 46 | 2 | 23 | 460 | 55 | 101 |
| Binary | 11001110 | 1111111 | 11001001 | 0 | 100110 | 10 | 10011 | 100110000 | 101101 | 1000001 |
Color Harmonies of #CE7FC9
Complementary color
Monochromatic Colors of #CE7FC9
Black with #CE7FC9
Text Example
Text Example
White with #CE7FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7FC9; }
p { color: rgb(206,127,201); }
H1.HeaderClassName
{
color: #CE7FC9;
}
.AnyTagClassName
{
color: #CE7FC9;
}
</style>
background-color css
<style>
a { background-color: #CE7FC9; }
a { background-color: rgb(206,127,201); }
div.DivClassName
{
background-color: #CE7FC9;
}
.BgClassName
{
background-color: #CE7FC9;
}
</style>
border-color css
<style>
span { border-color: #CE7FC9; }
span { border-color: rgb(206,127,201); }
td.TdClassName
{
border-color: #CE7FC9;
}
.TagClassName
{
border-color: #CE7FC9;
}
</style>