Shades of Orchid #D972C8
Tints of Orchid #D972C8
RGB
CMYK
RGB Variations
Color information
#D972C8 (or 0xD972C8) is known color: Orchid. HEX triplet: D9, 72 and C8. RGB value is (217,114,200). Sum of RGB (Red+Green+Blue) = 217+114+200=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D972C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972C8 is #268D37. Grayscale: #9A9A9A. Windows color (decimal): -2526520 or 13136601. OLE color: 13136601.
HSL color Cylindrical-coordinate representation of color #D972C8: hue angle of 309.9º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D972C8 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 200 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.15 |
| HSL | 309.9º | 0.58% | 0.65% | - |
| HSV(B) | 309.9º | 0.47% | 0.85% | - |
| XYZ | 45.06 | 30.96 | 58.24 | - |
| YUV | 154.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 200 | 0 | 0.47 | 0.08 | 0.15 | 309.9 | 0.58 | 0.65 |
| Hex | D9 | 72 | C8 | 0 | 2F | 8 | F | 136 | 3A | 41 |
| Octal | 331 | 162 | 310 | 0 | 57 | 10 | 17 | 466 | 72 | 101 |
| Binary | 11011001 | 1110010 | 11001000 | 0 | 101111 | 1000 | 1111 | 100110110 | 111010 | 1000001 |
Color Harmonies of #D972C8
Complementary color
Monochromatic Colors of #D972C8
Black with #D972C8
Text Example
Text Example
White with #D972C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D972C8; }
p { color: rgb(217,114,200); }
H1.HeaderClassName
{
color: #D972C8;
}
.AnyTagClassName
{
color: #D972C8;
}
</style>
background-color css
<style>
a { background-color: #D972C8; }
a { background-color: rgb(217,114,200); }
div.DivClassName
{
background-color: #D972C8;
}
.BgClassName
{
background-color: #D972C8;
}
</style>
border-color css
<style>
span { border-color: #D972C8; }
span { border-color: rgb(217,114,200); }
td.TdClassName
{
border-color: #D972C8;
}
.TagClassName
{
border-color: #D972C8;
}
</style>