Shades of Orchid #D770CF
Tints of Orchid #D770CF
RGB
CMYK
RGB Variations
Color information
#D770CF (or 0xD770CF) is known color: Orchid. HEX triplet: D7, 70 and CF. RGB value is (215,112,207). Sum of RGB (Red+Green+Blue) = 215+112+207=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D770CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770CF is #288F30. Grayscale: #999999. Windows color (decimal): -2658097 or 13594839. OLE color: 13594839.
HSL color Cylindrical-coordinate representation of color #D770CF: hue angle of 304.66º 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 #D770CF is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 207 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.16 |
| HSL | 304.66º | 0.56% | 0.64% | - |
| HSV(B) | 304.66º | 0.48% | 0.84% | - |
| XYZ | 45.08 | 30.54 | 62.55 | - |
| YUV | 153.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 207 | 0 | 0.48 | 0.04 | 0.16 | 304.66 | 0.56 | 0.64 |
| Hex | D7 | 70 | CF | 0 | 30 | 4 | 10 | 131 | 38 | 40 |
| Octal | 327 | 160 | 317 | 0 | 60 | 4 | 20 | 461 | 70 | 100 |
| Binary | 11010111 | 1110000 | 11001111 | 0 | 110000 | 100 | 10000 | 100110001 | 111000 | 1000000 |
Color Harmonies of #D770CF
Complementary color
Monochromatic Colors of #D770CF
Black with #D770CF
Text Example
Text Example
White with #D770CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770CF; }
p { color: rgb(215,112,207); }
H1.HeaderClassName
{
color: #D770CF;
}
.AnyTagClassName
{
color: #D770CF;
}
</style>
background-color css
<style>
a { background-color: #D770CF; }
a { background-color: rgb(215,112,207); }
div.DivClassName
{
background-color: #D770CF;
}
.BgClassName
{
background-color: #D770CF;
}
</style>
border-color css
<style>
span { border-color: #D770CF; }
span { border-color: rgb(215,112,207); }
td.TdClassName
{
border-color: #D770CF;
}
.TagClassName
{
border-color: #D770CF;
}
</style>