Shades of Orchid #D470CF
Tints of Orchid #D470CF
RGB
CMYK
RGB Variations
Color information
#D470CF (or 0xD470CF) is known color: Orchid. HEX triplet: D4, 70 and CF. RGB value is (212,112,207). Sum of RGB (Red+Green+Blue) = 212+112+207=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D470CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D470CF is #2B8F30. Grayscale: #989898. Windows color (decimal): -2854705 or 13594836. OLE color: 13594836.
HSL color Cylindrical-coordinate representation of color #D470CF: hue angle of 303º 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 #D470CF is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 207 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.17 |
| HSL | 303º | 0.54% | 0.64% | - |
| HSV(B) | 303º | 0.47% | 0.83% | - |
| XYZ | 44.21 | 30.09 | 62.51 | - |
| YUV | 152.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 207 | 0 | 0.47 | 0.02 | 0.17 | 303 | 0.54 | 0.64 |
| Hex | D4 | 70 | CF | 0 | 2F | 2 | 11 | 12F | 36 | 40 |
| Octal | 324 | 160 | 317 | 0 | 57 | 2 | 21 | 457 | 66 | 100 |
| Binary | 11010100 | 1110000 | 11001111 | 0 | 101111 | 10 | 10001 | 100101111 | 110110 | 1000000 |
Color Harmonies of #D470CF
Complementary color
Monochromatic Colors of #D470CF
Black with #D470CF
Text Example
Text Example
White with #D470CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D470CF; }
p { color: rgb(212,112,207); }
H1.HeaderClassName
{
color: #D470CF;
}
.AnyTagClassName
{
color: #D470CF;
}
</style>
background-color css
<style>
a { background-color: #D470CF; }
a { background-color: rgb(212,112,207); }
div.DivClassName
{
background-color: #D470CF;
}
.BgClassName
{
background-color: #D470CF;
}
</style>
border-color css
<style>
span { border-color: #D470CF; }
span { border-color: rgb(212,112,207); }
td.TdClassName
{
border-color: #D470CF;
}
.TagClassName
{
border-color: #D470CF;
}
</style>