Shades of Orchid #CE82C8
Tints of Orchid #CE82C8
RGB
CMYK
RGB Variations
Color information
#CE82C8 (or 0xCE82C8) is known color: Orchid. HEX triplet: CE, 82 and C8. RGB value is (206,130,200). Sum of RGB (Red+Green+Blue) = 206+130+200=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82C8 is #317D37. Grayscale: #A0A0A0. Windows color (decimal): -3243320 or 13140686. OLE color: 13140686.
HSL color Cylindrical-coordinate representation of color #CE82C8: hue angle of 304.74º 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 #CE82C8 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 200 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.19 |
| HSL | 304.74º | 0.44% | 0.66% | - |
| HSV(B) | 304.74º | 0.37% | 0.81% | - |
| XYZ | 43.86 | 33.26 | 58.75 | - |
| YUV | 160.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 200 | 0 | 0.37 | 0.03 | 0.19 | 304.74 | 0.44 | 0.66 |
| Hex | CE | 82 | C8 | 0 | 25 | 3 | 13 | 131 | 2C | 42 |
| Octal | 316 | 202 | 310 | 0 | 45 | 3 | 23 | 461 | 54 | 102 |
| Binary | 11001110 | 10000010 | 11001000 | 0 | 100101 | 11 | 10011 | 100110001 | 101100 | 1000010 |
Color Harmonies of #CE82C8
Complementary color
Monochromatic Colors of #CE82C8
Black with #CE82C8
Text Example
Text Example
White with #CE82C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82C8; }
p { color: rgb(206,130,200); }
H1.HeaderClassName
{
color: #CE82C8;
}
.AnyTagClassName
{
color: #CE82C8;
}
</style>
background-color css
<style>
a { background-color: #CE82C8; }
a { background-color: rgb(206,130,200); }
div.DivClassName
{
background-color: #CE82C8;
}
.BgClassName
{
background-color: #CE82C8;
}
</style>
border-color css
<style>
span { border-color: #CE82C8; }
span { border-color: rgb(206,130,200); }
td.TdClassName
{
border-color: #CE82C8;
}
.TagClassName
{
border-color: #CE82C8;
}
</style>