Shades of Orchid #D972CC
Tints of Orchid #D972CC
RGB
CMYK
RGB Variations
Color information
#D972CC (or 0xD972CC) is known color: Orchid. HEX triplet: D9, 72 and CC. RGB value is (217,114,204). Sum of RGB (Red+Green+Blue) = 217+114+204=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D972CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972CC is #268D33. Grayscale: #9A9A9A. Windows color (decimal): -2526516 or 13398745. OLE color: 13398745.
HSL color Cylindrical-coordinate representation of color #D972CC: hue angle of 307.57º 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 #D972CC is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 204 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.15 |
| HSL | 307.57º | 0.58% | 0.65% | - |
| HSV(B) | 307.57º | 0.47% | 0.85% | - |
| XYZ | 45.53 | 31.15 | 60.74 | - |
| YUV | 155.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 204 | 0 | 0.47 | 0.06 | 0.15 | 307.57 | 0.58 | 0.65 |
| Hex | D9 | 72 | CC | 0 | 2F | 6 | F | 134 | 3A | 41 |
| Octal | 331 | 162 | 314 | 0 | 57 | 6 | 17 | 464 | 72 | 101 |
| Binary | 11011001 | 1110010 | 11001100 | 0 | 101111 | 110 | 1111 | 100110100 | 111010 | 1000001 |
Color Harmonies of #D972CC
Complementary color
Monochromatic Colors of #D972CC
Black with #D972CC
Text Example
Text Example
White with #D972CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D972CC; }
p { color: rgb(217,114,204); }
H1.HeaderClassName
{
color: #D972CC;
}
.AnyTagClassName
{
color: #D972CC;
}
</style>
background-color css
<style>
a { background-color: #D972CC; }
a { background-color: rgb(217,114,204); }
div.DivClassName
{
background-color: #D972CC;
}
.BgClassName
{
background-color: #D972CC;
}
</style>
border-color css
<style>
span { border-color: #D972CC; }
span { border-color: rgb(217,114,204); }
td.TdClassName
{
border-color: #D972CC;
}
.TagClassName
{
border-color: #D972CC;
}
</style>