Shades of Orchid #D76CC3
Tints of Orchid #D76CC3
RGB
CMYK
RGB Variations
Color information
#D76CC3 (or 0xD76CC3) is known color: Orchid. HEX triplet: D7, 6C and C3. RGB value is (215,108,195). Sum of RGB (Red+Green+Blue) = 215+108+195=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CC3 is #28933C. Grayscale: #959595. Windows color (decimal): -2659133 or 12807383. OLE color: 12807383.
HSL color Cylindrical-coordinate representation of color #D76CC3: hue angle of 311.21º 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 #D76CC3 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 195 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.16 |
| HSL | 311.22º | 0.57% | 0.63% | - |
| HSV(B) | 311.22º | 0.5% | 0.84% | - |
| XYZ | 43.24 | 29.11 | 54.97 | - |
| YUV | 149.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 195 | 0 | 0.50 | 0.09 | 0.16 | 311.22 | 0.57 | 0.63 |
| Hex | D7 | 6C | C3 | 0 | 32 | 9 | 10 | 137 | 39 | 3F |
| Octal | 327 | 154 | 303 | 0 | 62 | 11 | 20 | 467 | 71 | 77 |
| Binary | 11010111 | 1101100 | 11000011 | 0 | 110010 | 1001 | 10000 | 100110111 | 111001 | 111111 |
Color Harmonies of #D76CC3
Complementary color
Monochromatic Colors of #D76CC3
Black with #D76CC3
Text Example
Text Example
White with #D76CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CC3; }
p { color: rgb(215,108,195); }
H1.HeaderClassName
{
color: #D76CC3;
}
.AnyTagClassName
{
color: #D76CC3;
}
</style>
background-color css
<style>
a { background-color: #D76CC3; }
a { background-color: rgb(215,108,195); }
div.DivClassName
{
background-color: #D76CC3;
}
.BgClassName
{
background-color: #D76CC3;
}
</style>
border-color css
<style>
span { border-color: #D76CC3; }
span { border-color: rgb(215,108,195); }
td.TdClassName
{
border-color: #D76CC3;
}
.TagClassName
{
border-color: #D76CC3;
}
</style>