Shades of Orchid #D576CE
Tints of Orchid #D576CE
RGB
CMYK
RGB Variations
Color information
#D576CE (or 0xD576CE) is known color: Orchid. HEX triplet: D5, 76 and CE. RGB value is (213,118,206). Sum of RGB (Red+Green+Blue) = 213+118+206=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D576CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576CE is #2A8931. Grayscale: #9C9C9C. Windows color (decimal): -2787634 or 13530837. OLE color: 13530837.
HSL color Cylindrical-coordinate representation of color #D576CE: hue angle of 304.42º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D576CE is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 206 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.16 |
| HSL | 304.42º | 0.53% | 0.65% | - |
| HSV(B) | 304.42º | 0.45% | 0.84% | - |
| XYZ | 45.06 | 31.56 | 62.11 | - |
| YUV | 156.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 206 | 0 | 0.45 | 0.03 | 0.16 | 304.42 | 0.53 | 0.65 |
| Hex | D5 | 76 | CE | 0 | 2D | 3 | 10 | 130 | 35 | 41 |
| Octal | 325 | 166 | 316 | 0 | 55 | 3 | 20 | 460 | 65 | 101 |
| Binary | 11010101 | 1110110 | 11001110 | 0 | 101101 | 11 | 10000 | 100110000 | 110101 | 1000001 |
Color Harmonies of #D576CE
Complementary color
Monochromatic Colors of #D576CE
Black with #D576CE
Text Example
Text Example
White with #D576CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D576CE; }
p { color: rgb(213,118,206); }
H1.HeaderClassName
{
color: #D576CE;
}
.AnyTagClassName
{
color: #D576CE;
}
</style>
background-color css
<style>
a { background-color: #D576CE; }
a { background-color: rgb(213,118,206); }
div.DivClassName
{
background-color: #D576CE;
}
.BgClassName
{
background-color: #D576CE;
}
</style>
border-color css
<style>
span { border-color: #D576CE; }
span { border-color: rgb(213,118,206); }
td.TdClassName
{
border-color: #D576CE;
}
.TagClassName
{
border-color: #D576CE;
}
</style>