Shades of Orchid #DB75CF
Tints of Orchid #DB75CF
RGB
CMYK
RGB Variations
Color information
#DB75CF (or 0xDB75CF) is known color: Orchid. HEX triplet: DB, 75 and CF. RGB value is (219,117,207). Sum of RGB (Red+Green+Blue) = 219+117+207=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75CF is #248A30. Grayscale: #9D9D9D. Windows color (decimal): -2394673 or 13596123. OLE color: 13596123.
HSL color Cylindrical-coordinate representation of color #DB75CF: hue angle of 307.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB75CF is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 207 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.14 |
| HSL | 307.06º | 0.59% | 0.66% | - |
| HSV(B) | 307.06º | 0.47% | 0.86% | - |
| XYZ | 46.84 | 32.29 | 62.8 | - |
| YUV | 157.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 207 | 0 | 0.47 | 0.05 | 0.14 | 307.06 | 0.59 | 0.66 |
| Hex | DB | 75 | CF | 0 | 2F | 5 | E | 133 | 3B | 42 |
| Octal | 333 | 165 | 317 | 0 | 57 | 5 | 16 | 463 | 73 | 102 |
| Binary | 11011011 | 1110101 | 11001111 | 0 | 101111 | 101 | 1110 | 100110011 | 111011 | 1000010 |
Color Harmonies of #DB75CF
Complementary color
Monochromatic Colors of #DB75CF
Black with #DB75CF
Text Example
Text Example
White with #DB75CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75CF; }
p { color: rgb(219,117,207); }
H1.HeaderClassName
{
color: #DB75CF;
}
.AnyTagClassName
{
color: #DB75CF;
}
</style>
background-color css
<style>
a { background-color: #DB75CF; }
a { background-color: rgb(219,117,207); }
div.DivClassName
{
background-color: #DB75CF;
}
.BgClassName
{
background-color: #DB75CF;
}
</style>
border-color css
<style>
span { border-color: #DB75CF; }
span { border-color: rgb(219,117,207); }
td.TdClassName
{
border-color: #DB75CF;
}
.TagClassName
{
border-color: #DB75CF;
}
</style>