Shades of Orchid #D770C3
Tints of Orchid #D770C3
RGB
CMYK
RGB Variations
Color information
#D770C3 (or 0xD770C3) is known color: Orchid. HEX triplet: D7, 70 and C3. RGB value is (215,112,195). Sum of RGB (Red+Green+Blue) = 215+112+195=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D770C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770C3 is #288F3C. Grayscale: #989898. Windows color (decimal): -2658109 or 12808407. OLE color: 12808407.
HSL color Cylindrical-coordinate representation of color #D770C3: hue angle of 311.65º 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 #D770C3 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 195 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.16 |
| HSL | 311.65º | 0.56% | 0.64% | - |
| HSV(B) | 311.65º | 0.48% | 0.84% | - |
| XYZ | 43.67 | 29.98 | 55.11 | - |
| YUV | 152.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 195 | 0 | 0.48 | 0.09 | 0.16 | 311.65 | 0.56 | 0.64 |
| Hex | D7 | 70 | C3 | 0 | 30 | 9 | 10 | 138 | 38 | 40 |
| Octal | 327 | 160 | 303 | 0 | 60 | 11 | 20 | 470 | 70 | 100 |
| Binary | 11010111 | 1110000 | 11000011 | 0 | 110000 | 1001 | 10000 | 100111000 | 111000 | 1000000 |
Color Harmonies of #D770C3
Complementary color
Monochromatic Colors of #D770C3
Black with #D770C3
Text Example
Text Example
White with #D770C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770C3; }
p { color: rgb(215,112,195); }
H1.HeaderClassName
{
color: #D770C3;
}
.AnyTagClassName
{
color: #D770C3;
}
</style>
background-color css
<style>
a { background-color: #D770C3; }
a { background-color: rgb(215,112,195); }
div.DivClassName
{
background-color: #D770C3;
}
.BgClassName
{
background-color: #D770C3;
}
</style>
border-color css
<style>
span { border-color: #D770C3; }
span { border-color: rgb(215,112,195); }
td.TdClassName
{
border-color: #D770C3;
}
.TagClassName
{
border-color: #D770C3;
}
</style>