Shades of Orchid #D770CA
Tints of Orchid #D770CA
RGB
CMYK
RGB Variations
Color information
#D770CA (or 0xD770CA) is known color: Orchid. HEX triplet: D7, 70 and CA. RGB value is (215,112,202). Sum of RGB (Red+Green+Blue) = 215+112+202=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D770CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770CA is #288F35. Grayscale: #989898. Windows color (decimal): -2658102 or 13267159. OLE color: 13267159.
HSL color Cylindrical-coordinate representation of color #D770CA: hue angle of 307.57º 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 #D770CA is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 202 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.16 |
| HSL | 307.57º | 0.56% | 0.64% | - |
| HSV(B) | 307.57º | 0.48% | 0.84% | - |
| XYZ | 44.48 | 30.3 | 59.38 | - |
| YUV | 153.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 202 | 0 | 0.48 | 0.06 | 0.16 | 307.57 | 0.56 | 0.64 |
| Hex | D7 | 70 | CA | 0 | 30 | 6 | 10 | 134 | 38 | 40 |
| Octal | 327 | 160 | 312 | 0 | 60 | 6 | 20 | 464 | 70 | 100 |
| Binary | 11010111 | 1110000 | 11001010 | 0 | 110000 | 110 | 10000 | 100110100 | 111000 | 1000000 |
Color Harmonies of #D770CA
Complementary color
Monochromatic Colors of #D770CA
Black with #D770CA
Text Example
Text Example
White with #D770CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770CA; }
p { color: rgb(215,112,202); }
H1.HeaderClassName
{
color: #D770CA;
}
.AnyTagClassName
{
color: #D770CA;
}
</style>
background-color css
<style>
a { background-color: #D770CA; }
a { background-color: rgb(215,112,202); }
div.DivClassName
{
background-color: #D770CA;
}
.BgClassName
{
background-color: #D770CA;
}
</style>
border-color css
<style>
span { border-color: #D770CA; }
span { border-color: rgb(215,112,202); }
td.TdClassName
{
border-color: #D770CA;
}
.TagClassName
{
border-color: #D770CA;
}
</style>