Shades of Orchid #D768B9
Tints of Orchid #D768B9
RGB
CMYK
RGB Variations
Color information
#D768B9 (or 0xD768B9) is known color: Orchid. HEX triplet: D7, 68 and B9. RGB value is (215,104,185). Sum of RGB (Red+Green+Blue) = 215+104+185=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D768B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768B9 is #289746. Grayscale: #929292. Windows color (decimal): -2660167 or 12150999. OLE color: 12150999.
HSL color Cylindrical-coordinate representation of color #D768B9: hue angle of 316.22º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D768B9 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 185 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.16 |
| HSL | 316.22º | 0.58% | 0.63% | - |
| HSV(B) | 316.22º | 0.52% | 0.84% | - |
| XYZ | 41.73 | 27.85 | 49.08 | - |
| YUV | 146.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 185 | 0 | 0.52 | 0.14 | 0.16 | 316.22 | 0.58 | 0.63 |
| Hex | D7 | 68 | B9 | 0 | 34 | E | 10 | 13C | 3A | 3F |
| Octal | 327 | 150 | 271 | 0 | 64 | 16 | 20 | 474 | 72 | 77 |
| Binary | 11010111 | 1101000 | 10111001 | 0 | 110100 | 1110 | 10000 | 100111100 | 111010 | 111111 |
Color Harmonies of #D768B9
Complementary color
Monochromatic Colors of #D768B9
Black with #D768B9
Text Example
Text Example
White with #D768B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D768B9; }
p { color: rgb(215,104,185); }
H1.HeaderClassName
{
color: #D768B9;
}
.AnyTagClassName
{
color: #D768B9;
}
</style>
background-color css
<style>
a { background-color: #D768B9; }
a { background-color: rgb(215,104,185); }
div.DivClassName
{
background-color: #D768B9;
}
.BgClassName
{
background-color: #D768B9;
}
</style>
border-color css
<style>
span { border-color: #D768B9; }
span { border-color: rgb(215,104,185); }
td.TdClassName
{
border-color: #D768B9;
}
.TagClassName
{
border-color: #D768B9;
}
</style>