Shades of Orchid #D76CCE
Tints of Orchid #D76CCE
RGB
CMYK
RGB Variations
Color information
#D76CCE (or 0xD76CCE) is known color: Orchid. HEX triplet: D7, 6C and CE. RGB value is (215,108,206). Sum of RGB (Red+Green+Blue) = 215+108+206=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CCE is #289331. Grayscale: #969696. Windows color (decimal): -2659122 or 13528279. OLE color: 13528279.
HSL color Cylindrical-coordinate representation of color #D76CCE: hue angle of 305.05º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CCE is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 206 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.16 |
| HSL | 305.05º | 0.57% | 0.63% | - |
| HSV(B) | 305.05º | 0.5% | 0.84% | - |
| XYZ | 44.53 | 29.63 | 61.76 | - |
| YUV | 151.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 206 | 0 | 0.50 | 0.04 | 0.16 | 305.05 | 0.57 | 0.63 |
| Hex | D7 | 6C | CE | 0 | 32 | 4 | 10 | 131 | 39 | 3F |
| Octal | 327 | 154 | 316 | 0 | 62 | 4 | 20 | 461 | 71 | 77 |
| Binary | 11010111 | 1101100 | 11001110 | 0 | 110010 | 100 | 10000 | 100110001 | 111001 | 111111 |
Color Harmonies of #D76CCE
Complementary color
Monochromatic Colors of #D76CCE
Black with #D76CCE
Text Example
Text Example
White with #D76CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CCE; }
p { color: rgb(215,108,206); }
H1.HeaderClassName
{
color: #D76CCE;
}
.AnyTagClassName
{
color: #D76CCE;
}
</style>
background-color css
<style>
a { background-color: #D76CCE; }
a { background-color: rgb(215,108,206); }
div.DivClassName
{
background-color: #D76CCE;
}
.BgClassName
{
background-color: #D76CCE;
}
</style>
border-color css
<style>
span { border-color: #D76CCE; }
span { border-color: rgb(215,108,206); }
td.TdClassName
{
border-color: #D76CCE;
}
.TagClassName
{
border-color: #D76CCE;
}
</style>