Shades of Orchid #D764E1
Tints of Orchid #D764E1
RGB
CMYK
RGB Variations
Color information
#D764E1 (or 0xD764E1) is known color: Orchid. HEX triplet: D7, 64 and E1. RGB value is (215,100,225). Sum of RGB (Red+Green+Blue) = 215+100+225=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #D764E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764E1 is #289B1E. Grayscale: #949494. Windows color (decimal): -2661151 or 14771415. OLE color: 14771415.
HSL color Cylindrical-coordinate representation of color #D764E1: hue angle of 295.2º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D764E1 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 100 | 225 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.12 |
| HSL | 295.2º | 0.68% | 0.64% | - |
| HSV(B) | 295.2º | 0.56% | 0.88% | - |
| XYZ | 46.17 | 29 | 74.4 | - |
| YUV | 148.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 225 | 0.04 | 0.56 | 0 | 0.12 | 295.2 | 0.68 | 0.64 |
| Hex | D7 | 64 | E1 | 4 | 38 | 0 | C | 127 | 44 | 40 |
| Octal | 327 | 144 | 341 | 4 | 70 | 0 | 14 | 447 | 104 | 100 |
| Binary | 11010111 | 1100100 | 11100001 | 100 | 111000 | 0 | 1100 | 100100111 | 1000100 | 1000000 |
Color Harmonies of #D764E1
Complementary color
Monochromatic Colors of #D764E1
Black with #D764E1
Text Example
Text Example
White with #D764E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764E1; }
p { color: rgb(215,100,225); }
H1.HeaderClassName
{
color: #D764E1;
}
.AnyTagClassName
{
color: #D764E1;
}
</style>
background-color css
<style>
a { background-color: #D764E1; }
a { background-color: rgb(215,100,225); }
div.DivClassName
{
background-color: #D764E1;
}
.BgClassName
{
background-color: #D764E1;
}
</style>
border-color css
<style>
span { border-color: #D764E1; }
span { border-color: rgb(215,100,225); }
td.TdClassName
{
border-color: #D764E1;
}
.TagClassName
{
border-color: #D764E1;
}
</style>