Shades of Orchid #DA75C4
Tints of Orchid #DA75C4
RGB
CMYK
RGB Variations
Color information
#DA75C4 (or 0xDA75C4) is known color: Orchid. HEX triplet: DA, 75 and C4. RGB value is (218,117,196). Sum of RGB (Red+Green+Blue) = 218+117+196=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75C4 is #258A3B. Grayscale: #9B9B9B. Windows color (decimal): -2460220 or 12875226. OLE color: 12875226.
HSL color Cylindrical-coordinate representation of color #DA75C4: hue angle of 313.07º 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 #DA75C4 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 196 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.15 |
| HSL | 313.07º | 0.58% | 0.66% | - |
| HSV(B) | 313.07º | 0.46% | 0.85% | - |
| XYZ | 45.24 | 31.61 | 55.94 | - |
| YUV | 156.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 196 | 0 | 0.46 | 0.10 | 0.15 | 313.07 | 0.58 | 0.66 |
| Hex | DA | 75 | C4 | 0 | 2E | A | F | 139 | 3A | 42 |
| Octal | 332 | 165 | 304 | 0 | 56 | 12 | 17 | 471 | 72 | 102 |
| Binary | 11011010 | 1110101 | 11000100 | 0 | 101110 | 1010 | 1111 | 100111001 | 111010 | 1000010 |
Color Harmonies of #DA75C4
Complementary color
Monochromatic Colors of #DA75C4
Black with #DA75C4
Text Example
Text Example
White with #DA75C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA75C4; }
p { color: rgb(218,117,196); }
H1.HeaderClassName
{
color: #DA75C4;
}
.AnyTagClassName
{
color: #DA75C4;
}
</style>
background-color css
<style>
a { background-color: #DA75C4; }
a { background-color: rgb(218,117,196); }
div.DivClassName
{
background-color: #DA75C4;
}
.BgClassName
{
background-color: #DA75C4;
}
</style>
border-color css
<style>
span { border-color: #DA75C4; }
span { border-color: rgb(218,117,196); }
td.TdClassName
{
border-color: #DA75C4;
}
.TagClassName
{
border-color: #DA75C4;
}
</style>