Shades of Orchid #D472DD
Tints of Orchid #D472DD
RGB
CMYK
RGB Variations
Color information
#D472DD (or 0xD472DD) is known color: Orchid. HEX triplet: D4, 72 and DD. RGB value is (212,114,221). Sum of RGB (Red+Green+Blue) = 212+114+221=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #D472DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D472DD is #2B8D22. Grayscale: #9B9B9B. Windows color (decimal): -2854179 or 14512852. OLE color: 14512852.
HSL color Cylindrical-coordinate representation of color #D472DD: hue angle of 294.95º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D472DD is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 114 | 221 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.13 |
| HSL | 294.95º | 0.61% | 0.66% | - |
| HSV(B) | 294.95º | 0.48% | 0.87% | - |
| XYZ | 46.22 | 31.25 | 72 | - |
| YUV | 155.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 221 | 0.04 | 0.48 | 0 | 0.13 | 294.95 | 0.61 | 0.66 |
| Hex | D4 | 72 | DD | 4 | 30 | 0 | D | 127 | 3D | 42 |
| Octal | 324 | 162 | 335 | 4 | 60 | 0 | 15 | 447 | 75 | 102 |
| Binary | 11010100 | 1110010 | 11011101 | 100 | 110000 | 0 | 1101 | 100100111 | 111101 | 1000010 |
Color Harmonies of #D472DD
Complementary color
Monochromatic Colors of #D472DD
Black with #D472DD
Text Example
Text Example
White with #D472DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D472DD; }
p { color: rgb(212,114,221); }
H1.HeaderClassName
{
color: #D472DD;
}
.AnyTagClassName
{
color: #D472DD;
}
</style>
background-color css
<style>
a { background-color: #D472DD; }
a { background-color: rgb(212,114,221); }
div.DivClassName
{
background-color: #D472DD;
}
.BgClassName
{
background-color: #D472DD;
}
</style>
border-color css
<style>
span { border-color: #D472DD; }
span { border-color: rgb(212,114,221); }
td.TdClassName
{
border-color: #D472DD;
}
.TagClassName
{
border-color: #D472DD;
}
</style>