Shades of Orchid #D175D4
Tints of Orchid #D175D4
RGB
CMYK
RGB Variations
Color information
#D175D4 (or 0xD175D4) is known color: Orchid. HEX triplet: D1, 75 and D4. RGB value is (209,117,212). Sum of RGB (Red+Green+Blue) = 209+117+212=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #D175D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175D4 is #2E8A2B. Grayscale: #9B9B9B. Windows color (decimal): -3050028 or 13923793. OLE color: 13923793.
HSL color Cylindrical-coordinate representation of color #D175D4: hue angle of 298.11º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D175D4 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 117 | 212 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.17 |
| HSL | 298.11º | 0.52% | 0.65% | - |
| HSV(B) | 298.11º | 0.45% | 0.83% | - |
| XYZ | 44.54 | 31.03 | 65.93 | - |
| YUV | 155.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 212 | 0.01 | 0.45 | 0 | 0.17 | 298.11 | 0.52 | 0.65 |
| Hex | D1 | 75 | D4 | 1 | 2D | 0 | 11 | 12A | 34 | 41 |
| Octal | 321 | 165 | 324 | 1 | 55 | 0 | 21 | 452 | 64 | 101 |
| Binary | 11010001 | 1110101 | 11010100 | 1 | 101101 | 0 | 10001 | 100101010 | 110100 | 1000001 |
Color Harmonies of #D175D4
Complementary color
Monochromatic Colors of #D175D4
Black with #D175D4
Text Example
Text Example
White with #D175D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D175D4; }
p { color: rgb(209,117,212); }
H1.HeaderClassName
{
color: #D175D4;
}
.AnyTagClassName
{
color: #D175D4;
}
</style>
background-color css
<style>
a { background-color: #D175D4; }
a { background-color: rgb(209,117,212); }
div.DivClassName
{
background-color: #D175D4;
}
.BgClassName
{
background-color: #D175D4;
}
</style>
border-color css
<style>
span { border-color: #D175D4; }
span { border-color: rgb(209,117,212); }
td.TdClassName
{
border-color: #D175D4;
}
.TagClassName
{
border-color: #D175D4;
}
</style>