Shades of Orchid #CE82DC
Tints of Orchid #CE82DC
RGB
CMYK
RGB Variations
Color information
#CE82DC (or 0xCE82DC) is known color: Orchid. HEX triplet: CE, 82 and DC. RGB value is (206,130,220). Sum of RGB (Red+Green+Blue) = 206+130+220=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE82DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82DC is #317D23. Grayscale: #A2A2A2. Windows color (decimal): -3243300 or 14451406. OLE color: 14451406.
HSL color Cylindrical-coordinate representation of color #CE82DC: hue angle of 290.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE82DC is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 130 | 220 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.14 |
| HSL | 290.67º | 0.56% | 0.69% | - |
| HSV(B) | 290.67º | 0.41% | 0.86% | - |
| XYZ | 46.35 | 34.25 | 71.88 | - |
| YUV | 162.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 220 | 0.06 | 0.41 | 0 | 0.14 | 290.67 | 0.56 | 0.69 |
| Hex | CE | 82 | DC | 6 | 29 | 0 | E | 123 | 38 | 45 |
| Octal | 316 | 202 | 334 | 6 | 51 | 0 | 16 | 443 | 70 | 105 |
| Binary | 11001110 | 10000010 | 11011100 | 110 | 101001 | 0 | 1110 | 100100011 | 111000 | 1000101 |
Color Harmonies of #CE82DC
Complementary color
Monochromatic Colors of #CE82DC
Black with #CE82DC
Text Example
Text Example
White with #CE82DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82DC; }
p { color: rgb(206,130,220); }
H1.HeaderClassName
{
color: #CE82DC;
}
.AnyTagClassName
{
color: #CE82DC;
}
</style>
background-color css
<style>
a { background-color: #CE82DC; }
a { background-color: rgb(206,130,220); }
div.DivClassName
{
background-color: #CE82DC;
}
.BgClassName
{
background-color: #CE82DC;
}
</style>
border-color css
<style>
span { border-color: #CE82DC; }
span { border-color: rgb(206,130,220); }
td.TdClassName
{
border-color: #CE82DC;
}
.TagClassName
{
border-color: #CE82DC;
}
</style>