Shades of Orchid #DC75E5
Tints of Orchid #DC75E5
RGB
CMYK
RGB Variations
Color information
#DC75E5 (or 0xDC75E5) is known color: Orchid. HEX triplet: DC, 75 and E5. RGB value is (220,117,229). Sum of RGB (Red+Green+Blue) = 220+117+229=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC75E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75E5 is #238A1A. Grayscale: #A0A0A0. Windows color (decimal): -2329115 or 15037916. OLE color: 15037916.
HSL color Cylindrical-coordinate representation of color #DC75E5: hue angle of 295.18º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC75E5 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 117 | 229 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.10 |
| HSL | 295.18º | 0.68% | 0.68% | - |
| HSV(B) | 295.18º | 0.49% | 0.9% | - |
| XYZ | 50.02 | 33.6 | 77.98 | - |
| YUV | 160.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 229 | 0.04 | 0.49 | 0 | 0.10 | 295.18 | 0.68 | 0.68 |
| Hex | DC | 75 | E5 | 4 | 31 | 0 | A | 127 | 44 | 44 |
| Octal | 334 | 165 | 345 | 4 | 61 | 0 | 12 | 447 | 104 | 104 |
| Binary | 11011100 | 1110101 | 11100101 | 100 | 110001 | 0 | 1010 | 100100111 | 1000100 | 1000100 |
Color Harmonies of #DC75E5
Complementary color
Monochromatic Colors of #DC75E5
Black with #DC75E5
Text Example
Text Example
White with #DC75E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75E5; }
p { color: rgb(220,117,229); }
H1.HeaderClassName
{
color: #DC75E5;
}
.AnyTagClassName
{
color: #DC75E5;
}
</style>
background-color css
<style>
a { background-color: #DC75E5; }
a { background-color: rgb(220,117,229); }
div.DivClassName
{
background-color: #DC75E5;
}
.BgClassName
{
background-color: #DC75E5;
}
</style>
border-color css
<style>
span { border-color: #DC75E5; }
span { border-color: rgb(220,117,229); }
td.TdClassName
{
border-color: #DC75E5;
}
.TagClassName
{
border-color: #DC75E5;
}
</style>