Shades of Orchid #D972C2
Tints of Orchid #D972C2
RGB
CMYK
RGB Variations
Color information
#D972C2 (or 0xD972C2) is known color: Orchid. HEX triplet: D9, 72 and C2. RGB value is (217,114,194). Sum of RGB (Red+Green+Blue) = 217+114+194=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D972C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972C2 is #268D3D. Grayscale: #999999. Windows color (decimal): -2526526 or 12743385. OLE color: 12743385.
HSL color Cylindrical-coordinate representation of color #D972C2: hue angle of 313.4º 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 #D972C2 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 194 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.15 |
| HSL | 313.4º | 0.58% | 0.65% | - |
| HSV(B) | 313.4º | 0.47% | 0.85% | - |
| XYZ | 44.37 | 30.68 | 54.62 | - |
| YUV | 153.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 194 | 0 | 0.47 | 0.11 | 0.15 | 313.4 | 0.58 | 0.65 |
| Hex | D9 | 72 | C2 | 0 | 2F | B | F | 139 | 3A | 41 |
| Octal | 331 | 162 | 302 | 0 | 57 | 13 | 17 | 471 | 72 | 101 |
| Binary | 11011001 | 1110010 | 11000010 | 0 | 101111 | 1011 | 1111 | 100111001 | 111010 | 1000001 |
Color Harmonies of #D972C2
Complementary color
Monochromatic Colors of #D972C2
Black with #D972C2
Text Example
Text Example
White with #D972C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D972C2; }
p { color: rgb(217,114,194); }
H1.HeaderClassName
{
color: #D972C2;
}
.AnyTagClassName
{
color: #D972C2;
}
</style>
background-color css
<style>
a { background-color: #D972C2; }
a { background-color: rgb(217,114,194); }
div.DivClassName
{
background-color: #D972C2;
}
.BgClassName
{
background-color: #D972C2;
}
</style>
border-color css
<style>
span { border-color: #D972C2; }
span { border-color: rgb(217,114,194); }
td.TdClassName
{
border-color: #D972C2;
}
.TagClassName
{
border-color: #D972C2;
}
</style>