Shades of Orchid #CE76BD
Tints of Orchid #CE76BD
RGB
CMYK
RGB Variations
Color information
#CE76BD (or 0xCE76BD) is known color: Orchid. HEX triplet: CE, 76 and BD. RGB value is (206,118,189). Sum of RGB (Red+Green+Blue) = 206+118+189=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76BD is #318942. Grayscale: #989898. Windows color (decimal): -3246403 or 12416718. OLE color: 12416718.
HSL color Cylindrical-coordinate representation of color #CE76BD: hue angle of 311.59º 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 #CE76BD is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 189 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.19 |
| HSL | 311.59º | 0.47% | 0.64% | - |
| HSV(B) | 311.59º | 0.43% | 0.81% | - |
| XYZ | 41.12 | 29.75 | 51.72 | - |
| YUV | 152.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 189 | 0 | 0.43 | 0.08 | 0.19 | 311.59 | 0.47 | 0.64 |
| Hex | CE | 76 | BD | 0 | 2B | 8 | 13 | 138 | 2F | 40 |
| Octal | 316 | 166 | 275 | 0 | 53 | 10 | 23 | 470 | 57 | 100 |
| Binary | 11001110 | 1110110 | 10111101 | 0 | 101011 | 1000 | 10011 | 100111000 | 101111 | 1000000 |
Color Harmonies of #CE76BD
Complementary color
Monochromatic Colors of #CE76BD
Black with #CE76BD
Text Example
Text Example
White with #CE76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76BD; }
p { color: rgb(206,118,189); }
H1.HeaderClassName
{
color: #CE76BD;
}
.AnyTagClassName
{
color: #CE76BD;
}
</style>
background-color css
<style>
a { background-color: #CE76BD; }
a { background-color: rgb(206,118,189); }
div.DivClassName
{
background-color: #CE76BD;
}
.BgClassName
{
background-color: #CE76BD;
}
</style>
border-color css
<style>
span { border-color: #CE76BD; }
span { border-color: rgb(206,118,189); }
td.TdClassName
{
border-color: #CE76BD;
}
.TagClassName
{
border-color: #CE76BD;
}
</style>