Shades of Orchid #D772CE
Tints of Orchid #D772CE
RGB
CMYK
RGB Variations
Color information
#D772CE (or 0xD772CE) is known color: Orchid. HEX triplet: D7, 72 and CE. RGB value is (215,114,206). Sum of RGB (Red+Green+Blue) = 215+114+206=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D772CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772CE is #288D31. Grayscale: #9A9A9A. Windows color (decimal): -2657586 or 13529815. OLE color: 13529815.
HSL color Cylindrical-coordinate representation of color #D772CE: hue angle of 305.35º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D772CE is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 206 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.16 |
| HSL | 305.35º | 0.56% | 0.65% | - |
| HSV(B) | 305.35º | 0.47% | 0.84% | - |
| XYZ | 45.18 | 30.94 | 61.98 | - |
| YUV | 154.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 206 | 0 | 0.47 | 0.04 | 0.16 | 305.35 | 0.56 | 0.65 |
| Hex | D7 | 72 | CE | 0 | 2F | 4 | 10 | 131 | 38 | 41 |
| Octal | 327 | 162 | 316 | 0 | 57 | 4 | 20 | 461 | 70 | 101 |
| Binary | 11010111 | 1110010 | 11001110 | 0 | 101111 | 100 | 10000 | 100110001 | 111000 | 1000001 |
Color Harmonies of #D772CE
Complementary color
Monochromatic Colors of #D772CE
Black with #D772CE
Text Example
Text Example
White with #D772CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D772CE; }
p { color: rgb(215,114,206); }
H1.HeaderClassName
{
color: #D772CE;
}
.AnyTagClassName
{
color: #D772CE;
}
</style>
background-color css
<style>
a { background-color: #D772CE; }
a { background-color: rgb(215,114,206); }
div.DivClassName
{
background-color: #D772CE;
}
.BgClassName
{
background-color: #D772CE;
}
</style>
border-color css
<style>
span { border-color: #D772CE; }
span { border-color: rgb(215,114,206); }
td.TdClassName
{
border-color: #D772CE;
}
.TagClassName
{
border-color: #D772CE;
}
</style>