Shades of Orchid #DC75E1
Tints of Orchid #DC75E1
RGB
CMYK
RGB Variations
Color information
#DC75E1 (or 0xDC75E1) is known color: Orchid. HEX triplet: DC, 75 and E1. RGB value is (220,117,225). Sum of RGB (Red+Green+Blue) = 220+117+225=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC75E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75E1 is #238A1E. Grayscale: #9F9F9F. Windows color (decimal): -2329119 or 14775772. OLE color: 14775772.
HSL color Cylindrical-coordinate representation of color #DC75E1: hue angle of 297.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC75E1 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 117 | 225 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.12 |
| HSL | 297.22º | 0.64% | 0.67% | - |
| HSV(B) | 297.22º | 0.48% | 0.88% | - |
| XYZ | 49.47 | 33.37 | 75.07 | - |
| YUV | 160.11 | 164.62 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 225 | 0.02 | 0.48 | 0 | 0.12 | 297.22 | 0.64 | 0.67 |
| Hex | DC | 75 | E1 | 2 | 30 | 0 | C | 129 | 40 | 43 |
| Octal | 334 | 165 | 341 | 2 | 60 | 0 | 14 | 451 | 100 | 103 |
| Binary | 11011100 | 1110101 | 11100001 | 10 | 110000 | 0 | 1100 | 100101001 | 1000000 | 1000011 |
Color Harmonies of #DC75E1
Complementary color
Monochromatic Colors of #DC75E1
Black with #DC75E1
Text Example
Text Example
White with #DC75E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75E1; }
p { color: rgb(220,117,225); }
H1.HeaderClassName
{
color: #DC75E1;
}
.AnyTagClassName
{
color: #DC75E1;
}
</style>
background-color css
<style>
a { background-color: #DC75E1; }
a { background-color: rgb(220,117,225); }
div.DivClassName
{
background-color: #DC75E1;
}
.BgClassName
{
background-color: #DC75E1;
}
</style>
border-color css
<style>
span { border-color: #DC75E1; }
span { border-color: rgb(220,117,225); }
td.TdClassName
{
border-color: #DC75E1;
}
.TagClassName
{
border-color: #DC75E1;
}
</style>