Shades of Orchid #D470CD
Tints of Orchid #D470CD
RGB
CMYK
RGB Variations
Color information
#D470CD (or 0xD470CD) is known color: Orchid. HEX triplet: D4, 70 and CD. RGB value is (212,112,205). Sum of RGB (Red+Green+Blue) = 212+112+205=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D470CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D470CD is #2B8F32. Grayscale: #989898. Windows color (decimal): -2854707 or 13463764. OLE color: 13463764.
HSL color Cylindrical-coordinate representation of color #D470CD: hue angle of 304.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D470CD is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 205 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.17 |
| HSL | 304.2º | 0.54% | 0.64% | - |
| HSV(B) | 304.2º | 0.47% | 0.83% | - |
| XYZ | 43.96 | 29.99 | 61.23 | - |
| YUV | 152.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 205 | 0 | 0.47 | 0.03 | 0.17 | 304.2 | 0.54 | 0.64 |
| Hex | D4 | 70 | CD | 0 | 2F | 3 | 11 | 130 | 36 | 40 |
| Octal | 324 | 160 | 315 | 0 | 57 | 3 | 21 | 460 | 66 | 100 |
| Binary | 11010100 | 1110000 | 11001101 | 0 | 101111 | 11 | 10001 | 100110000 | 110110 | 1000000 |
Color Harmonies of #D470CD
Complementary color
Monochromatic Colors of #D470CD
Black with #D470CD
Text Example
Text Example
White with #D470CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D470CD; }
p { color: rgb(212,112,205); }
H1.HeaderClassName
{
color: #D470CD;
}
.AnyTagClassName
{
color: #D470CD;
}
</style>
background-color css
<style>
a { background-color: #D470CD; }
a { background-color: rgb(212,112,205); }
div.DivClassName
{
background-color: #D470CD;
}
.BgClassName
{
background-color: #D470CD;
}
</style>
border-color css
<style>
span { border-color: #D470CD; }
span { border-color: rgb(212,112,205); }
td.TdClassName
{
border-color: #D470CD;
}
.TagClassName
{
border-color: #D470CD;
}
</style>