Shades of Orchid #D764E0
Tints of Orchid #D764E0
RGB
CMYK
RGB Variations
Color information
#D764E0 (or 0xD764E0) is known color: Orchid. HEX triplet: D7, 64 and E0. RGB value is (215,100,224). Sum of RGB (Red+Green+Blue) = 215+100+224=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #D764E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764E0 is #289B1F. Grayscale: #949494. Windows color (decimal): -2661152 or 14705879. OLE color: 14705879.
HSL color Cylindrical-coordinate representation of color #D764E0: hue angle of 295.65º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D764E0 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 100 | 224 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.12 |
| HSL | 295.65º | 0.67% | 0.64% | - |
| HSV(B) | 295.65º | 0.55% | 0.88% | - |
| XYZ | 46.04 | 28.94 | 73.68 | - |
| YUV | 148.52 | 170.6 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 224 | 0.04 | 0.55 | 0 | 0.12 | 295.65 | 0.67 | 0.64 |
| Hex | D7 | 64 | E0 | 4 | 37 | 0 | C | 128 | 43 | 40 |
| Octal | 327 | 144 | 340 | 4 | 67 | 0 | 14 | 450 | 103 | 100 |
| Binary | 11010111 | 1100100 | 11100000 | 100 | 110111 | 0 | 1100 | 100101000 | 1000011 | 1000000 |
Color Harmonies of #D764E0
Complementary color
Monochromatic Colors of #D764E0
Black with #D764E0
Text Example
Text Example
White with #D764E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764E0; }
p { color: rgb(215,100,224); }
H1.HeaderClassName
{
color: #D764E0;
}
.AnyTagClassName
{
color: #D764E0;
}
</style>
background-color css
<style>
a { background-color: #D764E0; }
a { background-color: rgb(215,100,224); }
div.DivClassName
{
background-color: #D764E0;
}
.BgClassName
{
background-color: #D764E0;
}
</style>
border-color css
<style>
span { border-color: #D764E0; }
span { border-color: rgb(215,100,224); }
td.TdClassName
{
border-color: #D764E0;
}
.TagClassName
{
border-color: #D764E0;
}
</style>