Shades of Orchid #DB75C3
Tints of Orchid #DB75C3
RGB
CMYK
RGB Variations
Color information
#DB75C3 (or 0xDB75C3) is known color: Orchid. HEX triplet: DB, 75 and C3. RGB value is (219,117,195). Sum of RGB (Red+Green+Blue) = 219+117+195=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75C3 is #248A3C. Grayscale: #9C9C9C. Windows color (decimal): -2394685 or 12809691. OLE color: 12809691.
HSL color Cylindrical-coordinate representation of color #DB75C3: hue angle of 314.12º 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 #DB75C3 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 195 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.14 |
| HSL | 314.12º | 0.59% | 0.66% | - |
| HSV(B) | 314.12º | 0.47% | 0.86% | - |
| XYZ | 45.43 | 31.72 | 55.36 | - |
| YUV | 156.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 195 | 0 | 0.47 | 0.11 | 0.14 | 314.12 | 0.59 | 0.66 |
| Hex | DB | 75 | C3 | 0 | 2F | B | E | 13A | 3B | 42 |
| Octal | 333 | 165 | 303 | 0 | 57 | 13 | 16 | 472 | 73 | 102 |
| Binary | 11011011 | 1110101 | 11000011 | 0 | 101111 | 1011 | 1110 | 100111010 | 111011 | 1000010 |
Color Harmonies of #DB75C3
Complementary color
Monochromatic Colors of #DB75C3
Black with #DB75C3
Text Example
Text Example
White with #DB75C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75C3; }
p { color: rgb(219,117,195); }
H1.HeaderClassName
{
color: #DB75C3;
}
.AnyTagClassName
{
color: #DB75C3;
}
</style>
background-color css
<style>
a { background-color: #DB75C3; }
a { background-color: rgb(219,117,195); }
div.DivClassName
{
background-color: #DB75C3;
}
.BgClassName
{
background-color: #DB75C3;
}
</style>
border-color css
<style>
span { border-color: #DB75C3; }
span { border-color: rgb(219,117,195); }
td.TdClassName
{
border-color: #DB75C3;
}
.TagClassName
{
border-color: #DB75C3;
}
</style>