Shades of Orchid #CE81C7
Tints of Orchid #CE81C7
RGB
CMYK
RGB Variations
Color information
#CE81C7 (or 0xCE81C7) is known color: Orchid. HEX triplet: CE, 81 and C7. RGB value is (206,129,199). Sum of RGB (Red+Green+Blue) = 206+129+199=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81C7 is #317E38. Grayscale: #9F9F9F. Windows color (decimal): -3243577 or 13074894. OLE color: 13074894.
HSL color Cylindrical-coordinate representation of color #CE81C7: hue angle of 305.45º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE81C7 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 199 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.19 |
| HSL | 305.45º | 0.44% | 0.66% | - |
| HSV(B) | 305.45º | 0.37% | 0.81% | - |
| XYZ | 43.61 | 32.95 | 58.09 | - |
| YUV | 160 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 199 | 0 | 0.37 | 0.03 | 0.19 | 305.45 | 0.44 | 0.66 |
| Hex | CE | 81 | C7 | 0 | 25 | 3 | 13 | 131 | 2C | 42 |
| Octal | 316 | 201 | 307 | 0 | 45 | 3 | 23 | 461 | 54 | 102 |
| Binary | 11001110 | 10000001 | 11000111 | 0 | 100101 | 11 | 10011 | 100110001 | 101100 | 1000010 |
Color Harmonies of #CE81C7
Complementary color
Monochromatic Colors of #CE81C7
Black with #CE81C7
Text Example
Text Example
White with #CE81C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81C7; }
p { color: rgb(206,129,199); }
H1.HeaderClassName
{
color: #CE81C7;
}
.AnyTagClassName
{
color: #CE81C7;
}
</style>
background-color css
<style>
a { background-color: #CE81C7; }
a { background-color: rgb(206,129,199); }
div.DivClassName
{
background-color: #CE81C7;
}
.BgClassName
{
background-color: #CE81C7;
}
</style>
border-color css
<style>
span { border-color: #CE81C7; }
span { border-color: rgb(206,129,199); }
td.TdClassName
{
border-color: #CE81C7;
}
.TagClassName
{
border-color: #CE81C7;
}
</style>