Shades of Orchid #CE82C7
Tints of Orchid #CE82C7
RGB
CMYK
RGB Variations
Color information
#CE82C7 (or 0xCE82C7) is known color: Orchid. HEX triplet: CE, 82 and C7. RGB value is (206,130,199). Sum of RGB (Red+Green+Blue) = 206+130+199=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82C7 is #317D38. Grayscale: #A0A0A0. Windows color (decimal): -3243321 or 13075150. OLE color: 13075150.
HSL color Cylindrical-coordinate representation of color #CE82C7: hue angle of 305.53º 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 #CE82C7 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 199 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.19 |
| HSL | 305.53º | 0.44% | 0.66% | - |
| HSV(B) | 305.53º | 0.37% | 0.81% | - |
| XYZ | 43.75 | 33.21 | 58.14 | - |
| YUV | 160.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 199 | 0 | 0.37 | 0.03 | 0.19 | 305.53 | 0.44 | 0.66 |
| Hex | CE | 82 | C7 | 0 | 25 | 3 | 13 | 132 | 2C | 42 |
| Octal | 316 | 202 | 307 | 0 | 45 | 3 | 23 | 462 | 54 | 102 |
| Binary | 11001110 | 10000010 | 11000111 | 0 | 100101 | 11 | 10011 | 100110010 | 101100 | 1000010 |
Color Harmonies of #CE82C7
Complementary color
Monochromatic Colors of #CE82C7
Black with #CE82C7
Text Example
Text Example
White with #CE82C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82C7; }
p { color: rgb(206,130,199); }
H1.HeaderClassName
{
color: #CE82C7;
}
.AnyTagClassName
{
color: #CE82C7;
}
</style>
background-color css
<style>
a { background-color: #CE82C7; }
a { background-color: rgb(206,130,199); }
div.DivClassName
{
background-color: #CE82C7;
}
.BgClassName
{
background-color: #CE82C7;
}
</style>
border-color css
<style>
span { border-color: #CE82C7; }
span { border-color: rgb(206,130,199); }
td.TdClassName
{
border-color: #CE82C7;
}
.TagClassName
{
border-color: #CE82C7;
}
</style>