Shades of Orchid #D764BE
Tints of Orchid #D764BE
RGB
CMYK
RGB Variations
Color information
#D764BE (or 0xD764BE) is known color: Orchid. HEX triplet: D7, 64 and BE. RGB value is (215,100,190). Sum of RGB (Red+Green+Blue) = 215+100+190=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D764BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764BE is #289B41. Grayscale: #909090. Windows color (decimal): -2661186 or 12477655. OLE color: 12477655.
HSL color Cylindrical-coordinate representation of color #D764BE: hue angle of 313.04º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D764BE is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 190 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.16 |
| HSL | 313.04º | 0.59% | 0.62% | - |
| HSV(B) | 313.04º | 0.53% | 0.84% | - |
| XYZ | 41.88 | 27.28 | 51.77 | - |
| YUV | 144.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 190 | 0 | 0.53 | 0.12 | 0.16 | 313.04 | 0.59 | 0.62 |
| Hex | D7 | 64 | BE | 0 | 35 | C | 10 | 139 | 3B | 3E |
| Octal | 327 | 144 | 276 | 0 | 65 | 14 | 20 | 471 | 73 | 76 |
| Binary | 11010111 | 1100100 | 10111110 | 0 | 110101 | 1100 | 10000 | 100111001 | 111011 | 111110 |
Color Harmonies of #D764BE
Complementary color
Monochromatic Colors of #D764BE
Black with #D764BE
Text Example
Text Example
White with #D764BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764BE; }
p { color: rgb(215,100,190); }
H1.HeaderClassName
{
color: #D764BE;
}
.AnyTagClassName
{
color: #D764BE;
}
</style>
background-color css
<style>
a { background-color: #D764BE; }
a { background-color: rgb(215,100,190); }
div.DivClassName
{
background-color: #D764BE;
}
.BgClassName
{
background-color: #D764BE;
}
</style>
border-color css
<style>
span { border-color: #D764BE; }
span { border-color: rgb(215,100,190); }
td.TdClassName
{
border-color: #D764BE;
}
.TagClassName
{
border-color: #D764BE;
}
</style>