Shades of Orchid #D965E5
Tints of Orchid #D965E5
RGB
CMYK
RGB Variations
Color information
#D965E5 (or 0xD965E5) is known color: Orchid. HEX triplet: D9, 65 and E5. RGB value is (217,101,229). Sum of RGB (Red+Green+Blue) = 217+101+229=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #D965E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965E5 is #269A1A. Grayscale: #959595. Windows color (decimal): -2529819 or 15033817. OLE color: 15033817.
HSL color Cylindrical-coordinate representation of color #D965E5: hue angle of 294.38º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D965E5 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 101 | 229 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.10 |
| HSL | 294.38º | 0.71% | 0.65% | - |
| HSV(B) | 294.38º | 0.56% | 0.9% | - |
| XYZ | 47.41 | 29.72 | 77.37 | - |
| YUV | 150.28 | 172.43 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 229 | 0.05 | 0.56 | 0 | 0.10 | 294.38 | 0.71 | 0.65 |
| Hex | D9 | 65 | E5 | 5 | 38 | 0 | A | 126 | 47 | 41 |
| Octal | 331 | 145 | 345 | 5 | 70 | 0 | 12 | 446 | 107 | 101 |
| Binary | 11011001 | 1100101 | 11100101 | 101 | 111000 | 0 | 1010 | 100100110 | 1000111 | 1000001 |
Color Harmonies of #D965E5
Complementary color
Monochromatic Colors of #D965E5
Black with #D965E5
Text Example
Text Example
White with #D965E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965E5; }
p { color: rgb(217,101,229); }
H1.HeaderClassName
{
color: #D965E5;
}
.AnyTagClassName
{
color: #D965E5;
}
</style>
background-color css
<style>
a { background-color: #D965E5; }
a { background-color: rgb(217,101,229); }
div.DivClassName
{
background-color: #D965E5;
}
.BgClassName
{
background-color: #D965E5;
}
</style>
border-color css
<style>
span { border-color: #D965E5; }
span { border-color: rgb(217,101,229); }
td.TdClassName
{
border-color: #D965E5;
}
.TagClassName
{
border-color: #D965E5;
}
</style>