Shades of Orchid #DA72DD
Tints of Orchid #DA72DD
RGB
CMYK
RGB Variations
Color information
#DA72DD (or 0xDA72DD) is known color: Orchid. HEX triplet: DA, 72 and DD. RGB value is (218,114,221). Sum of RGB (Red+Green+Blue) = 218+114+221=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA72DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72DD is #258D22. Grayscale: #9C9C9C. Windows color (decimal): -2460963 or 14512858. OLE color: 14512858.
HSL color Cylindrical-coordinate representation of color #DA72DD: hue angle of 298.32º 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 #DA72DD is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 114 | 221 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.13 |
| HSL | 298.32º | 0.61% | 0.66% | - |
| HSV(B) | 298.32º | 0.48% | 0.87% | - |
| XYZ | 47.98 | 32.16 | 72.09 | - |
| YUV | 157.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 221 | 0.01 | 0.48 | 0 | 0.13 | 298.32 | 0.61 | 0.66 |
| Hex | DA | 72 | DD | 1 | 30 | 0 | D | 12A | 3D | 42 |
| Octal | 332 | 162 | 335 | 1 | 60 | 0 | 15 | 452 | 75 | 102 |
| Binary | 11011010 | 1110010 | 11011101 | 1 | 110000 | 0 | 1101 | 100101010 | 111101 | 1000010 |
Color Harmonies of #DA72DD
Complementary color
Monochromatic Colors of #DA72DD
Black with #DA72DD
Text Example
Text Example
White with #DA72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA72DD; }
p { color: rgb(218,114,221); }
H1.HeaderClassName
{
color: #DA72DD;
}
.AnyTagClassName
{
color: #DA72DD;
}
</style>
background-color css
<style>
a { background-color: #DA72DD; }
a { background-color: rgb(218,114,221); }
div.DivClassName
{
background-color: #DA72DD;
}
.BgClassName
{
background-color: #DA72DD;
}
</style>
border-color css
<style>
span { border-color: #DA72DD; }
span { border-color: rgb(218,114,221); }
td.TdClassName
{
border-color: #DA72DD;
}
.TagClassName
{
border-color: #DA72DD;
}
</style>