Shades of Orchid #D764DA
Tints of Orchid #D764DA
RGB
CMYK
RGB Variations
Color information
#D764DA (or 0xD764DA) is known color: Orchid. HEX triplet: D7, 64 and DA. RGB value is (215,100,218). Sum of RGB (Red+Green+Blue) = 215+100+218=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #D764DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764DA is #289B25. Grayscale: #939393. Windows color (decimal): -2661158 or 14312663. OLE color: 14312663.
HSL color Cylindrical-coordinate representation of color #D764DA: hue angle of 298.47º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D764DA is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 100 | 218 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.15 |
| HSL | 298.47º | 0.61% | 0.62% | - |
| HSV(B) | 298.47º | 0.54% | 0.85% | - |
| XYZ | 45.24 | 28.62 | 69.47 | - |
| YUV | 147.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 218 | 0.01 | 0.54 | 0 | 0.15 | 298.47 | 0.61 | 0.62 |
| Hex | D7 | 64 | DA | 1 | 36 | 0 | F | 12A | 3D | 3E |
| Octal | 327 | 144 | 332 | 1 | 66 | 0 | 17 | 452 | 75 | 76 |
| Binary | 11010111 | 1100100 | 11011010 | 1 | 110110 | 0 | 1111 | 100101010 | 111101 | 111110 |
Color Harmonies of #D764DA
Complementary color
Monochromatic Colors of #D764DA
Black with #D764DA
Text Example
Text Example
White with #D764DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764DA; }
p { color: rgb(215,100,218); }
H1.HeaderClassName
{
color: #D764DA;
}
.AnyTagClassName
{
color: #D764DA;
}
</style>
background-color css
<style>
a { background-color: #D764DA; }
a { background-color: rgb(215,100,218); }
div.DivClassName
{
background-color: #D764DA;
}
.BgClassName
{
background-color: #D764DA;
}
</style>
border-color css
<style>
span { border-color: #D764DA; }
span { border-color: rgb(215,100,218); }
td.TdClassName
{
border-color: #D764DA;
}
.TagClassName
{
border-color: #D764DA;
}
</style>