Shades of Orchid #D97BE5
Tints of Orchid #D97BE5
RGB
CMYK
RGB Variations
Color information
#D97BE5 (or 0xD97BE5) is known color: Orchid. HEX triplet: D9, 7B and E5. RGB value is (217,123,229). Sum of RGB (Red+Green+Blue) = 217+123+229=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #D97BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BE5 is #26841A. Grayscale: #A2A2A2. Windows color (decimal): -2524187 or 15039449. OLE color: 15039449.
HSL color Cylindrical-coordinate representation of color #D97BE5: hue angle of 293.21º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D97BE5 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 123 | 229 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.10 |
| HSL | 293.21º | 0.67% | 0.69% | - |
| HSV(B) | 293.21º | 0.46% | 0.9% | - |
| XYZ | 49.84 | 34.57 | 78.18 | - |
| YUV | 163.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 229 | 0.05 | 0.46 | 0 | 0.10 | 293.21 | 0.67 | 0.69 |
| Hex | D9 | 7B | E5 | 5 | 2E | 0 | A | 125 | 43 | 45 |
| Octal | 331 | 173 | 345 | 5 | 56 | 0 | 12 | 445 | 103 | 105 |
| Binary | 11011001 | 1111011 | 11100101 | 101 | 101110 | 0 | 1010 | 100100101 | 1000011 | 1000101 |
Color Harmonies of #D97BE5
Complementary color
Monochromatic Colors of #D97BE5
Black with #D97BE5
Text Example
Text Example
White with #D97BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BE5; }
p { color: rgb(217,123,229); }
H1.HeaderClassName
{
color: #D97BE5;
}
.AnyTagClassName
{
color: #D97BE5;
}
</style>
background-color css
<style>
a { background-color: #D97BE5; }
a { background-color: rgb(217,123,229); }
div.DivClassName
{
background-color: #D97BE5;
}
.BgClassName
{
background-color: #D97BE5;
}
</style>
border-color css
<style>
span { border-color: #D97BE5; }
span { border-color: rgb(217,123,229); }
td.TdClassName
{
border-color: #D97BE5;
}
.TagClassName
{
border-color: #D97BE5;
}
</style>