Shades of Orchid #D076C3
Tints of Orchid #D076C3
RGB
CMYK
RGB Variations
Color information
#D076C3 (or 0xD076C3) is known color: Orchid. HEX triplet: D0, 76 and C3. RGB value is (208,118,195). Sum of RGB (Red+Green+Blue) = 208+118+195=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D076C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076C3 is #2F893C. Grayscale: #999999. Windows color (decimal): -3115325 or 12809936. OLE color: 12809936.
HSL color Cylindrical-coordinate representation of color #D076C3: hue angle of 308.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D076C3 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 195 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.18 |
| HSL | 308.67º | 0.49% | 0.64% | - |
| HSV(B) | 308.67º | 0.43% | 0.82% | - |
| XYZ | 42.34 | 30.31 | 55.25 | - |
| YUV | 153.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 195 | 0 | 0.43 | 0.06 | 0.18 | 308.67 | 0.49 | 0.64 |
| Hex | D0 | 76 | C3 | 0 | 2B | 6 | 12 | 135 | 31 | 40 |
| Octal | 320 | 166 | 303 | 0 | 53 | 6 | 22 | 465 | 61 | 100 |
| Binary | 11010000 | 1110110 | 11000011 | 0 | 101011 | 110 | 10010 | 100110101 | 110001 | 1000000 |
Color Harmonies of #D076C3
Complementary color
Monochromatic Colors of #D076C3
Black with #D076C3
Text Example
Text Example
White with #D076C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076C3; }
p { color: rgb(208,118,195); }
H1.HeaderClassName
{
color: #D076C3;
}
.AnyTagClassName
{
color: #D076C3;
}
</style>
background-color css
<style>
a { background-color: #D076C3; }
a { background-color: rgb(208,118,195); }
div.DivClassName
{
background-color: #D076C3;
}
.BgClassName
{
background-color: #D076C3;
}
</style>
border-color css
<style>
span { border-color: #D076C3; }
span { border-color: rgb(208,118,195); }
td.TdClassName
{
border-color: #D076C3;
}
.TagClassName
{
border-color: #D076C3;
}
</style>