Shades of Orchid #D770CB
Tints of Orchid #D770CB
RGB
CMYK
RGB Variations
Color information
#D770CB (or 0xD770CB) is known color: Orchid. HEX triplet: D7, 70 and CB. RGB value is (215,112,203). Sum of RGB (Red+Green+Blue) = 215+112+203=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D770CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770CB is #288F34. Grayscale: #989898. Windows color (decimal): -2658101 or 13332695. OLE color: 13332695.
HSL color Cylindrical-coordinate representation of color #D770CB: hue angle of 306.99º 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 #D770CB is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 203 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.16 |
| HSL | 306.99º | 0.56% | 0.64% | - |
| HSV(B) | 306.99º | 0.48% | 0.84% | - |
| XYZ | 44.6 | 30.35 | 60.01 | - |
| YUV | 153.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 203 | 0 | 0.48 | 0.06 | 0.16 | 306.99 | 0.56 | 0.64 |
| Hex | D7 | 70 | CB | 0 | 30 | 6 | 10 | 133 | 38 | 40 |
| Octal | 327 | 160 | 313 | 0 | 60 | 6 | 20 | 463 | 70 | 100 |
| Binary | 11010111 | 1110000 | 11001011 | 0 | 110000 | 110 | 10000 | 100110011 | 111000 | 1000000 |
Color Harmonies of #D770CB
Complementary color
Monochromatic Colors of #D770CB
Black with #D770CB
Text Example
Text Example
White with #D770CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770CB; }
p { color: rgb(215,112,203); }
H1.HeaderClassName
{
color: #D770CB;
}
.AnyTagClassName
{
color: #D770CB;
}
</style>
background-color css
<style>
a { background-color: #D770CB; }
a { background-color: rgb(215,112,203); }
div.DivClassName
{
background-color: #D770CB;
}
.BgClassName
{
background-color: #D770CB;
}
</style>
border-color css
<style>
span { border-color: #D770CB; }
span { border-color: rgb(215,112,203); }
td.TdClassName
{
border-color: #D770CB;
}
.TagClassName
{
border-color: #D770CB;
}
</style>