Shades of Orchid #D768B5
Tints of Orchid #D768B5
RGB
CMYK
RGB Variations
Color information
#D768B5 (or 0xD768B5) is known color: Orchid. HEX triplet: D7, 68 and B5. RGB value is (215,104,181). Sum of RGB (Red+Green+Blue) = 215+104+181=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D768B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768B5 is #28974A. Grayscale: #919191. Windows color (decimal): -2660171 or 11888855. OLE color: 11888855.
HSL color Cylindrical-coordinate representation of color #D768B5: hue angle of 318.38º 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 #D768B5 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 181 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.16 |
| HSL | 318.38º | 0.58% | 0.63% | - |
| HSV(B) | 318.38º | 0.52% | 0.84% | - |
| XYZ | 41.32 | 27.68 | 46.88 | - |
| YUV | 145.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 181 | 0 | 0.52 | 0.16 | 0.16 | 318.38 | 0.58 | 0.63 |
| Hex | D7 | 68 | B5 | 0 | 34 | 10 | 10 | 13E | 3A | 3F |
| Octal | 327 | 150 | 265 | 0 | 64 | 20 | 20 | 476 | 72 | 77 |
| Binary | 11010111 | 1101000 | 10110101 | 0 | 110100 | 10000 | 10000 | 100111110 | 111010 | 111111 |
Color Harmonies of #D768B5
Complementary color
Monochromatic Colors of #D768B5
Black with #D768B5
Text Example
Text Example
White with #D768B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D768B5; }
p { color: rgb(215,104,181); }
H1.HeaderClassName
{
color: #D768B5;
}
.AnyTagClassName
{
color: #D768B5;
}
</style>
background-color css
<style>
a { background-color: #D768B5; }
a { background-color: rgb(215,104,181); }
div.DivClassName
{
background-color: #D768B5;
}
.BgClassName
{
background-color: #D768B5;
}
</style>
border-color css
<style>
span { border-color: #D768B5; }
span { border-color: rgb(215,104,181); }
td.TdClassName
{
border-color: #D768B5;
}
.TagClassName
{
border-color: #D768B5;
}
</style>