Shades of Orchid #D774CC
Tints of Orchid #D774CC
RGB
CMYK
RGB Variations
Color information
#D774CC (or 0xD774CC) is known color: Orchid. HEX triplet: D7, 74 and CC. RGB value is (215,116,204). Sum of RGB (Red+Green+Blue) = 215+116+204=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D774CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774CC is #288B33. Grayscale: #9B9B9B. Windows color (decimal): -2657076 or 13399255. OLE color: 13399255.
HSL color Cylindrical-coordinate representation of color #D774CC: hue angle of 306.67º 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 #D774CC is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 204 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.16 |
| HSL | 306.67º | 0.55% | 0.65% | - |
| HSV(B) | 306.67º | 0.46% | 0.84% | - |
| XYZ | 45.17 | 31.3 | 60.79 | - |
| YUV | 155.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 204 | 0 | 0.46 | 0.05 | 0.16 | 306.67 | 0.55 | 0.65 |
| Hex | D7 | 74 | CC | 0 | 2E | 5 | 10 | 133 | 37 | 41 |
| Octal | 327 | 164 | 314 | 0 | 56 | 5 | 20 | 463 | 67 | 101 |
| Binary | 11010111 | 1110100 | 11001100 | 0 | 101110 | 101 | 10000 | 100110011 | 110111 | 1000001 |
Color Harmonies of #D774CC
Complementary color
Monochromatic Colors of #D774CC
Black with #D774CC
Text Example
Text Example
White with #D774CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D774CC; }
p { color: rgb(215,116,204); }
H1.HeaderClassName
{
color: #D774CC;
}
.AnyTagClassName
{
color: #D774CC;
}
</style>
background-color css
<style>
a { background-color: #D774CC; }
a { background-color: rgb(215,116,204); }
div.DivClassName
{
background-color: #D774CC;
}
.BgClassName
{
background-color: #D774CC;
}
</style>
border-color css
<style>
span { border-color: #D774CC; }
span { border-color: rgb(215,116,204); }
td.TdClassName
{
border-color: #D774CC;
}
.TagClassName
{
border-color: #D774CC;
}
</style>