Shades of Orchid #D272DA
Tints of Orchid #D272DA
RGB
CMYK
RGB Variations
Color information
#D272DA (or 0xD272DA) is known color: Orchid. HEX triplet: D2, 72 and DA. RGB value is (210,114,218). Sum of RGB (Red+Green+Blue) = 210+114+218=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #D272DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272DA is #2D8D25. Grayscale: #9A9A9A. Windows color (decimal): -2985254 or 14316242. OLE color: 14316242.
HSL color Cylindrical-coordinate representation of color #D272DA: hue angle of 295.38º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D272DA is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 114 | 218 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.15 |
| HSL | 295.38º | 0.58% | 0.65% | - |
| HSV(B) | 295.38º | 0.48% | 0.85% | - |
| XYZ | 45.25 | 30.8 | 69.89 | - |
| YUV | 154.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 218 | 0.04 | 0.48 | 0 | 0.15 | 295.38 | 0.58 | 0.65 |
| Hex | D2 | 72 | DA | 4 | 30 | 0 | F | 127 | 3A | 41 |
| Octal | 322 | 162 | 332 | 4 | 60 | 0 | 17 | 447 | 72 | 101 |
| Binary | 11010010 | 1110010 | 11011010 | 100 | 110000 | 0 | 1111 | 100100111 | 111010 | 1000001 |
Color Harmonies of #D272DA
Complementary color
Monochromatic Colors of #D272DA
Black with #D272DA
Text Example
Text Example
White with #D272DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272DA; }
p { color: rgb(210,114,218); }
H1.HeaderClassName
{
color: #D272DA;
}
.AnyTagClassName
{
color: #D272DA;
}
</style>
background-color css
<style>
a { background-color: #D272DA; }
a { background-color: rgb(210,114,218); }
div.DivClassName
{
background-color: #D272DA;
}
.BgClassName
{
background-color: #D272DA;
}
</style>
border-color css
<style>
span { border-color: #D272DA; }
span { border-color: rgb(210,114,218); }
td.TdClassName
{
border-color: #D272DA;
}
.TagClassName
{
border-color: #D272DA;
}
</style>