Shades of Orchid #D975DA
Tints of Orchid #D975DA
RGB
CMYK
RGB Variations
Color information
#D975DA (or 0xD975DA) is known color: Orchid. HEX triplet: D9, 75 and DA. RGB value is (217,117,218). Sum of RGB (Red+Green+Blue) = 217+117+218=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #D975DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975DA is #268A25. Grayscale: #9E9E9E. Windows color (decimal): -2525734 or 14317017. OLE color: 14317017.
HSL color Cylindrical-coordinate representation of color #D975DA: hue angle of 299.41º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D975DA is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 218 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.15 |
| HSL | 299.41º | 0.58% | 0.66% | - |
| HSV(B) | 299.41º | 0.46% | 0.85% | - |
| XYZ | 47.63 | 32.54 | 70.1 | - |
| YUV | 158.41 | 161.63 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 218 | 0.00 | 0.46 | 0 | 0.15 | 299.41 | 0.58 | 0.66 |
| Hex | D9 | 75 | DA | 0 | 2E | 0 | F | 12B | 3A | 42 |
| Octal | 331 | 165 | 332 | 0 | 56 | 0 | 17 | 453 | 72 | 102 |
| Binary | 11011001 | 1110101 | 11011010 | 0 | 101110 | 0 | 1111 | 100101011 | 111010 | 1000010 |
Color Harmonies of #D975DA
Complementary color
Monochromatic Colors of #D975DA
Black with #D975DA
Text Example
Text Example
White with #D975DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D975DA; }
p { color: rgb(217,117,218); }
H1.HeaderClassName
{
color: #D975DA;
}
.AnyTagClassName
{
color: #D975DA;
}
</style>
background-color css
<style>
a { background-color: #D975DA; }
a { background-color: rgb(217,117,218); }
div.DivClassName
{
background-color: #D975DA;
}
.BgClassName
{
background-color: #D975DA;
}
</style>
border-color css
<style>
span { border-color: #D975DA; }
span { border-color: rgb(217,117,218); }
td.TdClassName
{
border-color: #D975DA;
}
.TagClassName
{
border-color: #D975DA;
}
</style>