Shades of Orchid #D578CE
Tints of Orchid #D578CE
RGB
CMYK
RGB Variations
Color information
#D578CE (or 0xD578CE) is known color: Orchid. HEX triplet: D5, 78 and CE. RGB value is (213,120,206). Sum of RGB (Red+Green+Blue) = 213+120+206=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D578CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D578CE is #2A8731. Grayscale: #9D9D9D. Windows color (decimal): -2787122 or 13531349. OLE color: 13531349.
HSL color Cylindrical-coordinate representation of color #D578CE: hue angle of 304.52º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D578CE is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 206 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.16 |
| HSL | 304.52º | 0.53% | 0.65% | - |
| HSV(B) | 304.52º | 0.44% | 0.84% | - |
| XYZ | 45.3 | 32.04 | 62.19 | - |
| YUV | 157.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 206 | 0 | 0.44 | 0.03 | 0.16 | 304.52 | 0.53 | 0.65 |
| Hex | D5 | 78 | CE | 0 | 2C | 3 | 10 | 131 | 35 | 41 |
| Octal | 325 | 170 | 316 | 0 | 54 | 3 | 20 | 461 | 65 | 101 |
| Binary | 11010101 | 1111000 | 11001110 | 0 | 101100 | 11 | 10000 | 100110001 | 110101 | 1000001 |
Color Harmonies of #D578CE
Complementary color
Monochromatic Colors of #D578CE
Black with #D578CE
Text Example
Text Example
White with #D578CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D578CE; }
p { color: rgb(213,120,206); }
H1.HeaderClassName
{
color: #D578CE;
}
.AnyTagClassName
{
color: #D578CE;
}
</style>
background-color css
<style>
a { background-color: #D578CE; }
a { background-color: rgb(213,120,206); }
div.DivClassName
{
background-color: #D578CE;
}
.BgClassName
{
background-color: #D578CE;
}
</style>
border-color css
<style>
span { border-color: #D578CE; }
span { border-color: rgb(213,120,206); }
td.TdClassName
{
border-color: #D578CE;
}
.TagClassName
{
border-color: #D578CE;
}
</style>