Shades of Orchid #CE82D1
Tints of Orchid #CE82D1
RGB
CMYK
RGB Variations
Color information
#CE82D1 (or 0xCE82D1) is known color: Orchid. HEX triplet: CE, 82 and D1. RGB value is (206,130,209). Sum of RGB (Red+Green+Blue) = 206+130+209=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE82D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82D1 is #317D2E. Grayscale: #A1A1A1. Windows color (decimal): -3243311 or 13730510. OLE color: 13730510.
HSL color Cylindrical-coordinate representation of color #CE82D1: hue angle of 297.72º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE82D1 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 130 | 209 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.18 |
| HSL | 297.72º | 0.46% | 0.66% | - |
| HSV(B) | 297.72º | 0.38% | 0.82% | - |
| XYZ | 44.94 | 33.69 | 64.46 | - |
| YUV | 161.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 209 | 0.01 | 0.38 | 0 | 0.18 | 297.72 | 0.46 | 0.66 |
| Hex | CE | 82 | D1 | 1 | 26 | 0 | 12 | 12A | 2E | 42 |
| Octal | 316 | 202 | 321 | 1 | 46 | 0 | 22 | 452 | 56 | 102 |
| Binary | 11001110 | 10000010 | 11010001 | 1 | 100110 | 0 | 10010 | 100101010 | 101110 | 1000010 |
Color Harmonies of #CE82D1
Complementary color
Monochromatic Colors of #CE82D1
Black with #CE82D1
Text Example
Text Example
White with #CE82D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82D1; }
p { color: rgb(206,130,209); }
H1.HeaderClassName
{
color: #CE82D1;
}
.AnyTagClassName
{
color: #CE82D1;
}
</style>
background-color css
<style>
a { background-color: #CE82D1; }
a { background-color: rgb(206,130,209); }
div.DivClassName
{
background-color: #CE82D1;
}
.BgClassName
{
background-color: #CE82D1;
}
</style>
border-color css
<style>
span { border-color: #CE82D1; }
span { border-color: rgb(206,130,209); }
td.TdClassName
{
border-color: #CE82D1;
}
.TagClassName
{
border-color: #CE82D1;
}
</style>