Shades of Orchid #DA75C1
Tints of Orchid #DA75C1
RGB
CMYK
RGB Variations
Color information
#DA75C1 (or 0xDA75C1) is known color: Orchid. HEX triplet: DA, 75 and C1. RGB value is (218,117,193). Sum of RGB (Red+Green+Blue) = 218+117+193=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75C1 is #258A3E. Grayscale: #9B9B9B. Windows color (decimal): -2460223 or 12678618. OLE color: 12678618.
HSL color Cylindrical-coordinate representation of color #DA75C1: hue angle of 314.85º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA75C1 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 193 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.15 |
| HSL | 314.85º | 0.58% | 0.66% | - |
| HSV(B) | 314.85º | 0.46% | 0.85% | - |
| XYZ | 44.9 | 31.48 | 54.16 | - |
| YUV | 155.86 | 148.96 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 193 | 0 | 0.46 | 0.11 | 0.15 | 314.85 | 0.58 | 0.66 |
| Hex | DA | 75 | C1 | 0 | 2E | B | F | 13B | 3A | 42 |
| Octal | 332 | 165 | 301 | 0 | 56 | 13 | 17 | 473 | 72 | 102 |
| Binary | 11011010 | 1110101 | 11000001 | 0 | 101110 | 1011 | 1111 | 100111011 | 111010 | 1000010 |
Color Harmonies of #DA75C1
Complementary color
Monochromatic Colors of #DA75C1
Black with #DA75C1
Text Example
Text Example
White with #DA75C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA75C1; }
p { color: rgb(218,117,193); }
H1.HeaderClassName
{
color: #DA75C1;
}
.AnyTagClassName
{
color: #DA75C1;
}
</style>
background-color css
<style>
a { background-color: #DA75C1; }
a { background-color: rgb(218,117,193); }
div.DivClassName
{
background-color: #DA75C1;
}
.BgClassName
{
background-color: #DA75C1;
}
</style>
border-color css
<style>
span { border-color: #DA75C1; }
span { border-color: rgb(218,117,193); }
td.TdClassName
{
border-color: #DA75C1;
}
.TagClassName
{
border-color: #DA75C1;
}
</style>