Shades of Orchid #D774D0
Tints of Orchid #D774D0
RGB
CMYK
RGB Variations
Color information
#D774D0 (or 0xD774D0) is known color: Orchid. HEX triplet: D7, 74 and D0. RGB value is (215,116,208). Sum of RGB (Red+Green+Blue) = 215+116+208=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D774D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774D0 is #288B2F. Grayscale: #9B9B9B. Windows color (decimal): -2657072 or 13661399. OLE color: 13661399.
HSL color Cylindrical-coordinate representation of color #D774D0: hue angle of 304.24º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D774D0 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 208 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.16 |
| HSL | 304.24º | 0.55% | 0.65% | - |
| HSV(B) | 304.24º | 0.46% | 0.84% | - |
| XYZ | 45.65 | 31.49 | 63.35 | - |
| YUV | 156.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 208 | 0 | 0.46 | 0.03 | 0.16 | 304.24 | 0.55 | 0.65 |
| Hex | D7 | 74 | D0 | 0 | 2E | 3 | 10 | 130 | 37 | 41 |
| Octal | 327 | 164 | 320 | 0 | 56 | 3 | 20 | 460 | 67 | 101 |
| Binary | 11010111 | 1110100 | 11010000 | 0 | 101110 | 11 | 10000 | 100110000 | 110111 | 1000001 |
Color Harmonies of #D774D0
Complementary color
Monochromatic Colors of #D774D0
Black with #D774D0
Text Example
Text Example
White with #D774D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D774D0; }
p { color: rgb(215,116,208); }
H1.HeaderClassName
{
color: #D774D0;
}
.AnyTagClassName
{
color: #D774D0;
}
</style>
background-color css
<style>
a { background-color: #D774D0; }
a { background-color: rgb(215,116,208); }
div.DivClassName
{
background-color: #D774D0;
}
.BgClassName
{
background-color: #D774D0;
}
</style>
border-color css
<style>
span { border-color: #D774D0; }
span { border-color: rgb(215,116,208); }
td.TdClassName
{
border-color: #D774D0;
}
.TagClassName
{
border-color: #D774D0;
}
</style>