Shades of Orchid #DA75C0
Tints of Orchid #DA75C0
RGB
CMYK
RGB Variations
Color information
#DA75C0 (or 0xDA75C0) is known color: Orchid. HEX triplet: DA, 75 and C0. RGB value is (218,117,192). Sum of RGB (Red+Green+Blue) = 218+117+192=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75C0 is #258A3F. Grayscale: #9B9B9B. Windows color (decimal): -2460224 or 12613082. OLE color: 12613082.
HSL color Cylindrical-coordinate representation of color #DA75C0: hue angle of 315.45º 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 #DA75C0 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 192 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.15 |
| HSL | 315.45º | 0.58% | 0.66% | - |
| HSV(B) | 315.45º | 0.46% | 0.85% | - |
| XYZ | 44.79 | 31.43 | 53.58 | - |
| YUV | 155.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 192 | 0 | 0.46 | 0.12 | 0.15 | 315.45 | 0.58 | 0.66 |
| Hex | DA | 75 | C0 | 0 | 2E | C | F | 13B | 3A | 42 |
| Octal | 332 | 165 | 300 | 0 | 56 | 14 | 17 | 473 | 72 | 102 |
| Binary | 11011010 | 1110101 | 11000000 | 0 | 101110 | 1100 | 1111 | 100111011 | 111010 | 1000010 |
Color Harmonies of #DA75C0
Complementary color
Monochromatic Colors of #DA75C0
Black with #DA75C0
Text Example
Text Example
White with #DA75C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA75C0; }
p { color: rgb(218,117,192); }
H1.HeaderClassName
{
color: #DA75C0;
}
.AnyTagClassName
{
color: #DA75C0;
}
</style>
background-color css
<style>
a { background-color: #DA75C0; }
a { background-color: rgb(218,117,192); }
div.DivClassName
{
background-color: #DA75C0;
}
.BgClassName
{
background-color: #DA75C0;
}
</style>
border-color css
<style>
span { border-color: #DA75C0; }
span { border-color: rgb(218,117,192); }
td.TdClassName
{
border-color: #DA75C0;
}
.TagClassName
{
border-color: #DA75C0;
}
</style>