Shades of Orchid #D774CE
Tints of Orchid #D774CE
RGB
CMYK
RGB Variations
Color information
#D774CE (or 0xD774CE) is known color: Orchid. HEX triplet: D7, 74 and CE. RGB value is (215,116,206). Sum of RGB (Red+Green+Blue) = 215+116+206=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D774CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774CE is #288B31. Grayscale: #9B9B9B. Windows color (decimal): -2657074 or 13530327. OLE color: 13530327.
HSL color Cylindrical-coordinate representation of color #D774CE: hue angle of 305.45º 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 #D774CE is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 206 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.16 |
| HSL | 305.45º | 0.55% | 0.65% | - |
| HSV(B) | 305.45º | 0.46% | 0.84% | - |
| XYZ | 45.41 | 31.39 | 62.06 | - |
| YUV | 155.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 206 | 0 | 0.46 | 0.04 | 0.16 | 305.45 | 0.55 | 0.65 |
| Hex | D7 | 74 | CE | 0 | 2E | 4 | 10 | 131 | 37 | 41 |
| Octal | 327 | 164 | 316 | 0 | 56 | 4 | 20 | 461 | 67 | 101 |
| Binary | 11010111 | 1110100 | 11001110 | 0 | 101110 | 100 | 10000 | 100110001 | 110111 | 1000001 |
Color Harmonies of #D774CE
Complementary color
Monochromatic Colors of #D774CE
Black with #D774CE
Text Example
Text Example
White with #D774CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D774CE; }
p { color: rgb(215,116,206); }
H1.HeaderClassName
{
color: #D774CE;
}
.AnyTagClassName
{
color: #D774CE;
}
</style>
background-color css
<style>
a { background-color: #D774CE; }
a { background-color: rgb(215,116,206); }
div.DivClassName
{
background-color: #D774CE;
}
.BgClassName
{
background-color: #D774CE;
}
</style>
border-color css
<style>
span { border-color: #D774CE; }
span { border-color: rgb(215,116,206); }
td.TdClassName
{
border-color: #D774CE;
}
.TagClassName
{
border-color: #D774CE;
}
</style>