Shades of Orchid #D764E4
Tints of Orchid #D764E4
RGB
CMYK
RGB Variations
Color information
#D764E4 (or 0xD764E4) is known color: Orchid. HEX triplet: D7, 64 and E4. RGB value is (215,100,228). Sum of RGB (Red+Green+Blue) = 215+100+228=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #D764E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764E4 is #289B1B. Grayscale: #949494. Windows color (decimal): -2661148 or 14968023. OLE color: 14968023.
HSL color Cylindrical-coordinate representation of color #D764E4: hue angle of 293.91º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D764E4 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 100 | 228 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.11 |
| HSL | 293.91º | 0.7% | 0.64% | - |
| HSV(B) | 293.91º | 0.56% | 0.89% | - |
| XYZ | 46.59 | 29.16 | 76.57 | - |
| YUV | 148.98 | 172.6 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 228 | 0.06 | 0.56 | 0 | 0.11 | 293.91 | 0.7 | 0.64 |
| Hex | D7 | 64 | E4 | 6 | 38 | 0 | B | 126 | 46 | 40 |
| Octal | 327 | 144 | 344 | 6 | 70 | 0 | 13 | 446 | 106 | 100 |
| Binary | 11010111 | 1100100 | 11100100 | 110 | 111000 | 0 | 1011 | 100100110 | 1000110 | 1000000 |
Color Harmonies of #D764E4
Complementary color
Monochromatic Colors of #D764E4
Black with #D764E4
Text Example
Text Example
White with #D764E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764E4; }
p { color: rgb(215,100,228); }
H1.HeaderClassName
{
color: #D764E4;
}
.AnyTagClassName
{
color: #D764E4;
}
</style>
background-color css
<style>
a { background-color: #D764E4; }
a { background-color: rgb(215,100,228); }
div.DivClassName
{
background-color: #D764E4;
}
.BgClassName
{
background-color: #D764E4;
}
</style>
border-color css
<style>
span { border-color: #D764E4; }
span { border-color: rgb(215,100,228); }
td.TdClassName
{
border-color: #D764E4;
}
.TagClassName
{
border-color: #D764E4;
}
</style>