Shades of Orchid #CE82DB
Tints of Orchid #CE82DB
RGB
CMYK
RGB Variations
Color information
#CE82DB (or 0xCE82DB) is known color: Orchid. HEX triplet: CE, 82 and DB. RGB value is (206,130,219). Sum of RGB (Red+Green+Blue) = 206+130+219=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82DB is #317D24. Grayscale: #A2A2A2. Windows color (decimal): -3243301 or 14385870. OLE color: 14385870.
HSL color Cylindrical-coordinate representation of color #CE82DB: hue angle of 291.24º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE82DB is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 130 | 219 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.14 |
| HSL | 291.24º | 0.55% | 0.68% | - |
| HSV(B) | 291.24º | 0.41% | 0.86% | - |
| XYZ | 46.22 | 34.2 | 71.18 | - |
| YUV | 162.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 219 | 0.06 | 0.41 | 0 | 0.14 | 291.24 | 0.55 | 0.68 |
| Hex | CE | 82 | DB | 6 | 29 | 0 | E | 123 | 37 | 44 |
| Octal | 316 | 202 | 333 | 6 | 51 | 0 | 16 | 443 | 67 | 104 |
| Binary | 11001110 | 10000010 | 11011011 | 110 | 101001 | 0 | 1110 | 100100011 | 110111 | 1000100 |
Color Harmonies of #CE82DB
Complementary color
Monochromatic Colors of #CE82DB
Black with #CE82DB
Text Example
Text Example
White with #CE82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82DB; }
p { color: rgb(206,130,219); }
H1.HeaderClassName
{
color: #CE82DB;
}
.AnyTagClassName
{
color: #CE82DB;
}
</style>
background-color css
<style>
a { background-color: #CE82DB; }
a { background-color: rgb(206,130,219); }
div.DivClassName
{
background-color: #CE82DB;
}
.BgClassName
{
background-color: #CE82DB;
}
</style>
border-color css
<style>
span { border-color: #CE82DB; }
span { border-color: rgb(206,130,219); }
td.TdClassName
{
border-color: #CE82DB;
}
.TagClassName
{
border-color: #CE82DB;
}
</style>