Shades of Orchid #CE7AC1
Tints of Orchid #CE7AC1
RGB
CMYK
RGB Variations
Color information
#CE7AC1 (or 0xCE7AC1) is known color: Orchid. HEX triplet: CE, 7A and C1. RGB value is (206,122,193). Sum of RGB (Red+Green+Blue) = 206+122+193=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AC1 is #31853E. Grayscale: #9B9B9B. Windows color (decimal): -3245375 or 12679886. OLE color: 12679886.
HSL color Cylindrical-coordinate representation of color #CE7AC1: hue angle of 309.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7AC1 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 193 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.19 |
| HSL | 309.29º | 0.46% | 0.64% | - |
| HSV(B) | 309.29º | 0.41% | 0.81% | - |
| XYZ | 42.04 | 30.89 | 54.2 | - |
| YUV | 155.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 193 | 0 | 0.41 | 0.06 | 0.19 | 309.29 | 0.46 | 0.64 |
| Hex | CE | 7A | C1 | 0 | 29 | 6 | 13 | 135 | 2E | 40 |
| Octal | 316 | 172 | 301 | 0 | 51 | 6 | 23 | 465 | 56 | 100 |
| Binary | 11001110 | 1111010 | 11000001 | 0 | 101001 | 110 | 10011 | 100110101 | 101110 | 1000000 |
Color Harmonies of #CE7AC1
Complementary color
Monochromatic Colors of #CE7AC1
Black with #CE7AC1
Text Example
Text Example
White with #CE7AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AC1; }
p { color: rgb(206,122,193); }
H1.HeaderClassName
{
color: #CE7AC1;
}
.AnyTagClassName
{
color: #CE7AC1;
}
</style>
background-color css
<style>
a { background-color: #CE7AC1; }
a { background-color: rgb(206,122,193); }
div.DivClassName
{
background-color: #CE7AC1;
}
.BgClassName
{
background-color: #CE7AC1;
}
</style>
border-color css
<style>
span { border-color: #CE7AC1; }
span { border-color: rgb(206,122,193); }
td.TdClassName
{
border-color: #CE7AC1;
}
.TagClassName
{
border-color: #CE7AC1;
}
</style>