Shades of Orchid #D175E3
Tints of Orchid #D175E3
RGB
CMYK
RGB Variations
Color information
#D175E3 (or 0xD175E3) is known color: Orchid. HEX triplet: D1, 75 and E3. RGB value is (209,117,227). Sum of RGB (Red+Green+Blue) = 209+117+227=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 227 - color contains mainly: blue. Hex color #D175E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175E3 is #2E8A1C. Grayscale: #9C9C9C. Windows color (decimal): -3050013 or 14906833. OLE color: 14906833.
HSL color Cylindrical-coordinate representation of color #D175E3: hue angle of 290.18º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D175E3 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 117 | 227 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.11 |
| HSL | 290.18º | 0.66% | 0.67% | - |
| HSV(B) | 290.18º | 0.48% | 0.89% | - |
| XYZ | 46.52 | 31.82 | 76.36 | - |
| YUV | 157.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 227 | 0.08 | 0.48 | 0 | 0.11 | 290.18 | 0.66 | 0.67 |
| Hex | D1 | 75 | E3 | 8 | 30 | 0 | B | 122 | 42 | 43 |
| Octal | 321 | 165 | 343 | 10 | 60 | 0 | 13 | 442 | 102 | 103 |
| Binary | 11010001 | 1110101 | 11100011 | 1000 | 110000 | 0 | 1011 | 100100010 | 1000010 | 1000011 |
Color Harmonies of #D175E3
Complementary color
Monochromatic Colors of #D175E3
Black with #D175E3
Text Example
Text Example
White with #D175E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D175E3; }
p { color: rgb(209,117,227); }
H1.HeaderClassName
{
color: #D175E3;
}
.AnyTagClassName
{
color: #D175E3;
}
</style>
background-color css
<style>
a { background-color: #D175E3; }
a { background-color: rgb(209,117,227); }
div.DivClassName
{
background-color: #D175E3;
}
.BgClassName
{
background-color: #D175E3;
}
</style>
border-color css
<style>
span { border-color: #D175E3; }
span { border-color: rgb(209,117,227); }
td.TdClassName
{
border-color: #D175E3;
}
.TagClassName
{
border-color: #D175E3;
}
</style>