Shades of Orchid #D172CC
Tints of Orchid #D172CC
RGB
CMYK
RGB Variations
Color information
#D172CC (or 0xD172CC) is known color: Orchid. HEX triplet: D1, 72 and CC. RGB value is (209,114,204). Sum of RGB (Red+Green+Blue) = 209+114+204=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D172CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172CC is #2E8D33. Grayscale: #989898. Windows color (decimal): -3050804 or 13398737. OLE color: 13398737.
HSL color Cylindrical-coordinate representation of color #D172CC: hue angle of 303.16º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D172CC is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 204 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.18 |
| HSL | 303.16º | 0.51% | 0.63% | - |
| HSV(B) | 303.16º | 0.45% | 0.82% | - |
| XYZ | 43.21 | 29.95 | 60.63 | - |
| YUV | 152.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 204 | 0 | 0.45 | 0.02 | 0.18 | 303.16 | 0.51 | 0.63 |
| Hex | D1 | 72 | CC | 0 | 2D | 2 | 12 | 12F | 33 | 3F |
| Octal | 321 | 162 | 314 | 0 | 55 | 2 | 22 | 457 | 63 | 77 |
| Binary | 11010001 | 1110010 | 11001100 | 0 | 101101 | 10 | 10010 | 100101111 | 110011 | 111111 |
Color Harmonies of #D172CC
Complementary color
Monochromatic Colors of #D172CC
Black with #D172CC
Text Example
Text Example
White with #D172CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D172CC; }
p { color: rgb(209,114,204); }
H1.HeaderClassName
{
color: #D172CC;
}
.AnyTagClassName
{
color: #D172CC;
}
</style>
background-color css
<style>
a { background-color: #D172CC; }
a { background-color: rgb(209,114,204); }
div.DivClassName
{
background-color: #D172CC;
}
.BgClassName
{
background-color: #D172CC;
}
</style>
border-color css
<style>
span { border-color: #D172CC; }
span { border-color: rgb(209,114,204); }
td.TdClassName
{
border-color: #D172CC;
}
.TagClassName
{
border-color: #D172CC;
}
</style>