Shades of Orchid #D478CD
Tints of Orchid #D478CD
RGB
CMYK
RGB Variations
Color information
#D478CD (or 0xD478CD) is known color: Orchid. HEX triplet: D4, 78 and CD. RGB value is (212,120,205). Sum of RGB (Red+Green+Blue) = 212+120+205=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D478CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478CD is #2B8732. Grayscale: #9C9C9C. Windows color (decimal): -2852659 or 13465812. OLE color: 13465812.
HSL color Cylindrical-coordinate representation of color #D478CD: hue angle of 304.57º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D478CD is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 205 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.17 |
| HSL | 304.57º | 0.52% | 0.65% | - |
| HSV(B) | 304.57º | 0.43% | 0.83% | - |
| XYZ | 44.89 | 31.84 | 61.54 | - |
| YUV | 157.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 205 | 0 | 0.43 | 0.03 | 0.17 | 304.57 | 0.52 | 0.65 |
| Hex | D4 | 78 | CD | 0 | 2B | 3 | 11 | 131 | 34 | 41 |
| Octal | 324 | 170 | 315 | 0 | 53 | 3 | 21 | 461 | 64 | 101 |
| Binary | 11010100 | 1111000 | 11001101 | 0 | 101011 | 11 | 10001 | 100110001 | 110100 | 1000001 |
Color Harmonies of #D478CD
Complementary color
Monochromatic Colors of #D478CD
Black with #D478CD
Text Example
Text Example
White with #D478CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D478CD; }
p { color: rgb(212,120,205); }
H1.HeaderClassName
{
color: #D478CD;
}
.AnyTagClassName
{
color: #D478CD;
}
</style>
background-color css
<style>
a { background-color: #D478CD; }
a { background-color: rgb(212,120,205); }
div.DivClassName
{
background-color: #D478CD;
}
.BgClassName
{
background-color: #D478CD;
}
</style>
border-color css
<style>
span { border-color: #D478CD; }
span { border-color: rgb(212,120,205); }
td.TdClassName
{
border-color: #D478CD;
}
.TagClassName
{
border-color: #D478CD;
}
</style>