Shades of Orchid #D770C9
Tints of Orchid #D770C9
RGB
CMYK
RGB Variations
Color information
#D770C9 (or 0xD770C9) is known color: Orchid. HEX triplet: D7, 70 and C9. RGB value is (215,112,201). Sum of RGB (Red+Green+Blue) = 215+112+201=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D770C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770C9 is #288F36. Grayscale: #989898. Windows color (decimal): -2658103 or 13201623. OLE color: 13201623.
HSL color Cylindrical-coordinate representation of color #D770C9: hue angle of 308.16º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D770C9 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 201 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.16 |
| HSL | 308.16º | 0.56% | 0.64% | - |
| HSV(B) | 308.16º | 0.48% | 0.84% | - |
| XYZ | 44.36 | 30.25 | 58.76 | - |
| YUV | 152.94 | 155.12 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 201 | 0 | 0.48 | 0.07 | 0.16 | 308.16 | 0.56 | 0.64 |
| Hex | D7 | 70 | C9 | 0 | 30 | 7 | 10 | 134 | 38 | 40 |
| Octal | 327 | 160 | 311 | 0 | 60 | 7 | 20 | 464 | 70 | 100 |
| Binary | 11010111 | 1110000 | 11001001 | 0 | 110000 | 111 | 10000 | 100110100 | 111000 | 1000000 |
Color Harmonies of #D770C9
Complementary color
Monochromatic Colors of #D770C9
Black with #D770C9
Text Example
Text Example
White with #D770C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770C9; }
p { color: rgb(215,112,201); }
H1.HeaderClassName
{
color: #D770C9;
}
.AnyTagClassName
{
color: #D770C9;
}
</style>
background-color css
<style>
a { background-color: #D770C9; }
a { background-color: rgb(215,112,201); }
div.DivClassName
{
background-color: #D770C9;
}
.BgClassName
{
background-color: #D770C9;
}
</style>
border-color css
<style>
span { border-color: #D770C9; }
span { border-color: rgb(215,112,201); }
td.TdClassName
{
border-color: #D770C9;
}
.TagClassName
{
border-color: #D770C9;
}
</style>