Shades of Orchid #D763BE
Tints of Orchid #D763BE
RGB
CMYK
RGB Variations
Color information
#D763BE (or 0xD763BE) is known color: Orchid. HEX triplet: D7, 63 and BE. RGB value is (215,99,190). Sum of RGB (Red+Green+Blue) = 215+99+190=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D763BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763BE is #289C41. Grayscale: #8F8F8F. Windows color (decimal): -2661442 or 12477399. OLE color: 12477399.
HSL color Cylindrical-coordinate representation of color #D763BE: hue angle of 312.93º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D763BE is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 190 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.16 |
| HSL | 312.93º | 0.59% | 0.62% | - |
| HSV(B) | 312.93º | 0.54% | 0.84% | - |
| XYZ | 41.78 | 27.09 | 51.74 | - |
| YUV | 144.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 190 | 0 | 0.54 | 0.12 | 0.16 | 312.93 | 0.59 | 0.62 |
| Hex | D7 | 63 | BE | 0 | 36 | C | 10 | 139 | 3B | 3E |
| Octal | 327 | 143 | 276 | 0 | 66 | 14 | 20 | 471 | 73 | 76 |
| Binary | 11010111 | 1100011 | 10111110 | 0 | 110110 | 1100 | 10000 | 100111001 | 111011 | 111110 |
Color Harmonies of #D763BE
Complementary color
Monochromatic Colors of #D763BE
Black with #D763BE
Text Example
Text Example
White with #D763BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D763BE; }
p { color: rgb(215,99,190); }
H1.HeaderClassName
{
color: #D763BE;
}
.AnyTagClassName
{
color: #D763BE;
}
</style>
background-color css
<style>
a { background-color: #D763BE; }
a { background-color: rgb(215,99,190); }
div.DivClassName
{
background-color: #D763BE;
}
.BgClassName
{
background-color: #D763BE;
}
</style>
border-color css
<style>
span { border-color: #D763BE; }
span { border-color: rgb(215,99,190); }
td.TdClassName
{
border-color: #D763BE;
}
.TagClassName
{
border-color: #D763BE;
}
</style>