Shades of Orchid #CE76CD
Tints of Orchid #CE76CD
RGB
CMYK
RGB Variations
Color information
#CE76CD (or 0xCE76CD) is known color: Orchid. HEX triplet: CE, 76 and CD. RGB value is (206,118,205). Sum of RGB (Red+Green+Blue) = 206+118+205=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76CD is #318932. Grayscale: #999999. Windows color (decimal): -3246387 or 13465294. OLE color: 13465294.
HSL color Cylindrical-coordinate representation of color #CE76CD: hue angle of 300.68º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE76CD is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 205 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.19 |
| HSL | 300.68º | 0.47% | 0.64% | - |
| HSV(B) | 300.68º | 0.43% | 0.81% | - |
| XYZ | 42.95 | 30.49 | 61.38 | - |
| YUV | 154.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 205 | 0 | 0.43 | 0.00 | 0.19 | 300.68 | 0.47 | 0.64 |
| Hex | CE | 76 | CD | 0 | 2B | 0 | 13 | 12D | 2F | 40 |
| Octal | 316 | 166 | 315 | 0 | 53 | 0 | 23 | 455 | 57 | 100 |
| Binary | 11001110 | 1110110 | 11001101 | 0 | 101011 | 0 | 10011 | 100101101 | 101111 | 1000000 |
Color Harmonies of #CE76CD
Complementary color
Monochromatic Colors of #CE76CD
Black with #CE76CD
Text Example
Text Example
White with #CE76CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76CD; }
p { color: rgb(206,118,205); }
H1.HeaderClassName
{
color: #CE76CD;
}
.AnyTagClassName
{
color: #CE76CD;
}
</style>
background-color css
<style>
a { background-color: #CE76CD; }
a { background-color: rgb(206,118,205); }
div.DivClassName
{
background-color: #CE76CD;
}
.BgClassName
{
background-color: #CE76CD;
}
</style>
border-color css
<style>
span { border-color: #CE76CD; }
span { border-color: rgb(206,118,205); }
td.TdClassName
{
border-color: #CE76CD;
}
.TagClassName
{
border-color: #CE76CD;
}
</style>