Shades of Orchid #D773E2
Tints of Orchid #D773E2
RGB
CMYK
RGB Variations
Color information
#D773E2 (or 0xD773E2) is known color: Orchid. HEX triplet: D7, 73 and E2. RGB value is (215,115,226). Sum of RGB (Red+Green+Blue) = 215+115+226=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 226 (88.67% from 255 or 40.65% from 556); Max value from RGB is 226 - color contains mainly: blue. Hex color #D773E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773E2 is #288C1D. Grayscale: #9D9D9D. Windows color (decimal): -2657310 or 14840791. OLE color: 14840791.
HSL color Cylindrical-coordinate representation of color #D773E2: hue angle of 294.05º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D773E2 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 115 | 226 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.11 |
| HSL | 294.05º | 0.66% | 0.67% | - |
| HSV(B) | 294.05º | 0.49% | 0.89% | - |
| XYZ | 47.88 | 32.2 | 75.64 | - |
| YUV | 157.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 226 | 0.05 | 0.49 | 0 | 0.11 | 294.05 | 0.66 | 0.67 |
| Hex | D7 | 73 | E2 | 5 | 31 | 0 | B | 126 | 42 | 43 |
| Octal | 327 | 163 | 342 | 5 | 61 | 0 | 13 | 446 | 102 | 103 |
| Binary | 11010111 | 1110011 | 11100010 | 101 | 110001 | 0 | 1011 | 100100110 | 1000010 | 1000011 |
Color Harmonies of #D773E2
Complementary color
Monochromatic Colors of #D773E2
Black with #D773E2
Text Example
Text Example
White with #D773E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773E2; }
p { color: rgb(215,115,226); }
H1.HeaderClassName
{
color: #D773E2;
}
.AnyTagClassName
{
color: #D773E2;
}
</style>
background-color css
<style>
a { background-color: #D773E2; }
a { background-color: rgb(215,115,226); }
div.DivClassName
{
background-color: #D773E2;
}
.BgClassName
{
background-color: #D773E2;
}
</style>
border-color css
<style>
span { border-color: #D773E2; }
span { border-color: rgb(215,115,226); }
td.TdClassName
{
border-color: #D773E2;
}
.TagClassName
{
border-color: #D773E2;
}
</style>