Shades of Orchid #D763C2
Tints of Orchid #D763C2
RGB
CMYK
RGB Variations
Color information
#D763C2 (or 0xD763C2) is known color: Orchid. HEX triplet: D7, 63 and C2. RGB value is (215,99,194). Sum of RGB (Red+Green+Blue) = 215+99+194=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D763C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763C2 is #289C3D. Grayscale: #909090. Windows color (decimal): -2661438 or 12739543. OLE color: 12739543.
HSL color Cylindrical-coordinate representation of color #D763C2: hue angle of 310.86º 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 #D763C2 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 194 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.16 |
| HSL | 310.86º | 0.59% | 0.62% | - |
| HSV(B) | 310.86º | 0.54% | 0.84% | - |
| XYZ | 42.22 | 27.27 | 54.08 | - |
| YUV | 144.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 194 | 0 | 0.54 | 0.10 | 0.16 | 310.86 | 0.59 | 0.62 |
| Hex | D7 | 63 | C2 | 0 | 36 | A | 10 | 137 | 3B | 3E |
| Octal | 327 | 143 | 302 | 0 | 66 | 12 | 20 | 467 | 73 | 76 |
| Binary | 11010111 | 1100011 | 11000010 | 0 | 110110 | 1010 | 10000 | 100110111 | 111011 | 111110 |
Color Harmonies of #D763C2
Complementary color
Monochromatic Colors of #D763C2
Black with #D763C2
Text Example
Text Example
White with #D763C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D763C2; }
p { color: rgb(215,99,194); }
H1.HeaderClassName
{
color: #D763C2;
}
.AnyTagClassName
{
color: #D763C2;
}
</style>
background-color css
<style>
a { background-color: #D763C2; }
a { background-color: rgb(215,99,194); }
div.DivClassName
{
background-color: #D763C2;
}
.BgClassName
{
background-color: #D763C2;
}
</style>
border-color css
<style>
span { border-color: #D763C2; }
span { border-color: rgb(215,99,194); }
td.TdClassName
{
border-color: #D763C2;
}
.TagClassName
{
border-color: #D763C2;
}
</style>