Shades of Orchid #D472E7
Tints of Orchid #D472E7
RGB
CMYK
RGB Variations
Color information
#D472E7 (or 0xD472E7) is known color: Orchid. HEX triplet: D4, 72 and E7. RGB value is (212,114,231). Sum of RGB (Red+Green+Blue) = 212+114+231=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 231 - color contains mainly: blue. Hex color #D472E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D472E7 is #2B8D18. Grayscale: #9C9C9C. Windows color (decimal): -2854169 or 15168212. OLE color: 15168212.
HSL color Cylindrical-coordinate representation of color #D472E7: hue angle of 290.26º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D472E7 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 114 | 231 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.09 |
| HSL | 290.26º | 0.71% | 0.68% | - |
| HSV(B) | 290.26º | 0.51% | 0.91% | - |
| XYZ | 47.59 | 31.8 | 79.23 | - |
| YUV | 156.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 231 | 0.08 | 0.51 | 0 | 0.09 | 290.26 | 0.71 | 0.68 |
| Hex | D4 | 72 | E7 | 8 | 33 | 0 | 9 | 122 | 47 | 44 |
| Octal | 324 | 162 | 347 | 10 | 63 | 0 | 11 | 442 | 107 | 104 |
| Binary | 11010100 | 1110010 | 11100111 | 1000 | 110011 | 0 | 1001 | 100100010 | 1000111 | 1000100 |
Color Harmonies of #D472E7
Complementary color
Monochromatic Colors of #D472E7
Black with #D472E7
Text Example
Text Example
White with #D472E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D472E7; }
p { color: rgb(212,114,231); }
H1.HeaderClassName
{
color: #D472E7;
}
.AnyTagClassName
{
color: #D472E7;
}
</style>
background-color css
<style>
a { background-color: #D472E7; }
a { background-color: rgb(212,114,231); }
div.DivClassName
{
background-color: #D472E7;
}
.BgClassName
{
background-color: #D472E7;
}
</style>
border-color css
<style>
span { border-color: #D472E7; }
span { border-color: rgb(212,114,231); }
td.TdClassName
{
border-color: #D472E7;
}
.TagClassName
{
border-color: #D472E7;
}
</style>