Shades of Orchid #D763C5
Tints of Orchid #D763C5
RGB
CMYK
RGB Variations
Color information
#D763C5 (or 0xD763C5) is known color: Orchid. HEX triplet: D7, 63 and C5. RGB value is (215,99,197). Sum of RGB (Red+Green+Blue) = 215+99+197=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D763C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763C5 is #289C3A. Grayscale: #909090. Windows color (decimal): -2661435 or 12936151. OLE color: 12936151.
HSL color Cylindrical-coordinate representation of color #D763C5: hue angle of 309.31º 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 #D763C5 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 197 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.16 |
| HSL | 309.31º | 0.59% | 0.62% | - |
| HSV(B) | 309.31º | 0.54% | 0.84% | - |
| XYZ | 42.56 | 27.4 | 55.87 | - |
| YUV | 144.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 197 | 0 | 0.54 | 0.08 | 0.16 | 309.31 | 0.59 | 0.62 |
| Hex | D7 | 63 | C5 | 0 | 36 | 8 | 10 | 135 | 3B | 3E |
| Octal | 327 | 143 | 305 | 0 | 66 | 10 | 20 | 465 | 73 | 76 |
| Binary | 11010111 | 1100011 | 11000101 | 0 | 110110 | 1000 | 10000 | 100110101 | 111011 | 111110 |
Color Harmonies of #D763C5
Complementary color
Monochromatic Colors of #D763C5
Black with #D763C5
Text Example
Text Example
White with #D763C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D763C5; }
p { color: rgb(215,99,197); }
H1.HeaderClassName
{
color: #D763C5;
}
.AnyTagClassName
{
color: #D763C5;
}
</style>
background-color css
<style>
a { background-color: #D763C5; }
a { background-color: rgb(215,99,197); }
div.DivClassName
{
background-color: #D763C5;
}
.BgClassName
{
background-color: #D763C5;
}
</style>
border-color css
<style>
span { border-color: #D763C5; }
span { border-color: rgb(215,99,197); }
td.TdClassName
{
border-color: #D763C5;
}
.TagClassName
{
border-color: #D763C5;
}
</style>