Shades of Orchid #D975E6
Tints of Orchid #D975E6
RGB
CMYK
RGB Variations
Color information
#D975E6 (or 0xD975E6) is known color: Orchid. HEX triplet: D9, 75 and E6. RGB value is (217,117,230). Sum of RGB (Red+Green+Blue) = 217+117+230=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #D975E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D975E6 is #268A19. Grayscale: #9F9F9F. Windows color (decimal): -2525722 or 15103449. OLE color: 15103449.
HSL color Cylindrical-coordinate representation of color #D975E6: hue angle of 293.1º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D975E6 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 117 | 230 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.10 |
| HSL | 293.1º | 0.69% | 0.68% | - |
| HSV(B) | 293.1º | 0.49% | 0.9% | - |
| XYZ | 49.26 | 33.19 | 78.67 | - |
| YUV | 159.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 230 | 0.06 | 0.49 | 0 | 0.10 | 293.1 | 0.69 | 0.68 |
| Hex | D9 | 75 | E6 | 6 | 31 | 0 | A | 125 | 45 | 44 |
| Octal | 331 | 165 | 346 | 6 | 61 | 0 | 12 | 445 | 105 | 104 |
| Binary | 11011001 | 1110101 | 11100110 | 110 | 110001 | 0 | 1010 | 100100101 | 1000101 | 1000100 |
Color Harmonies of #D975E6
Complementary color
Monochromatic Colors of #D975E6
Black with #D975E6
Text Example
Text Example
White with #D975E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D975E6; }
p { color: rgb(217,117,230); }
H1.HeaderClassName
{
color: #D975E6;
}
.AnyTagClassName
{
color: #D975E6;
}
</style>
background-color css
<style>
a { background-color: #D975E6; }
a { background-color: rgb(217,117,230); }
div.DivClassName
{
background-color: #D975E6;
}
.BgClassName
{
background-color: #D975E6;
}
</style>
border-color css
<style>
span { border-color: #D975E6; }
span { border-color: rgb(217,117,230); }
td.TdClassName
{
border-color: #D975E6;
}
.TagClassName
{
border-color: #D975E6;
}
</style>