Shades of Orchid #D772C6
Tints of Orchid #D772C6
RGB
CMYK
RGB Variations
Color information
#D772C6 (or 0xD772C6) is known color: Orchid. HEX triplet: D7, 72 and C6. RGB value is (215,114,198). Sum of RGB (Red+Green+Blue) = 215+114+198=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D772C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772C6 is #288D39. Grayscale: #999999. Windows color (decimal): -2657594 or 13005527. OLE color: 13005527.
HSL color Cylindrical-coordinate representation of color #D772C6: hue angle of 310.1º 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 #D772C6 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 198 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.16 |
| HSL | 310.1º | 0.56% | 0.65% | - |
| HSV(B) | 310.1º | 0.47% | 0.84% | - |
| XYZ | 44.23 | 30.56 | 56.99 | - |
| YUV | 153.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 198 | 0 | 0.47 | 0.08 | 0.16 | 310.1 | 0.56 | 0.65 |
| Hex | D7 | 72 | C6 | 0 | 2F | 8 | 10 | 136 | 38 | 41 |
| Octal | 327 | 162 | 306 | 0 | 57 | 10 | 20 | 466 | 70 | 101 |
| Binary | 11010111 | 1110010 | 11000110 | 0 | 101111 | 1000 | 10000 | 100110110 | 111000 | 1000001 |
Color Harmonies of #D772C6
Complementary color
Monochromatic Colors of #D772C6
Black with #D772C6
Text Example
Text Example
White with #D772C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D772C6; }
p { color: rgb(215,114,198); }
H1.HeaderClassName
{
color: #D772C6;
}
.AnyTagClassName
{
color: #D772C6;
}
</style>
background-color css
<style>
a { background-color: #D772C6; }
a { background-color: rgb(215,114,198); }
div.DivClassName
{
background-color: #D772C6;
}
.BgClassName
{
background-color: #D772C6;
}
</style>
border-color css
<style>
span { border-color: #D772C6; }
span { border-color: rgb(215,114,198); }
td.TdClassName
{
border-color: #D772C6;
}
.TagClassName
{
border-color: #D772C6;
}
</style>