Shades of Orchid #DC75E0
Tints of Orchid #DC75E0
RGB
CMYK
RGB Variations
Color information
#DC75E0 (or 0xDC75E0) is known color: Orchid. HEX triplet: DC, 75 and E0. RGB value is (220,117,224). Sum of RGB (Red+Green+Blue) = 220+117+224=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC75E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75E0 is #238A1F. Grayscale: #9F9F9F. Windows color (decimal): -2329120 or 14710236. OLE color: 14710236.
HSL color Cylindrical-coordinate representation of color #DC75E0: hue angle of 297.76º degrees, saturation: 0.63, 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 #DC75E0 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 117 | 224 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.12 |
| HSL | 297.76º | 0.63% | 0.67% | - |
| HSV(B) | 297.76º | 0.48% | 0.88% | - |
| XYZ | 49.33 | 33.32 | 74.35 | - |
| YUV | 160 | 164.12 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 224 | 0.02 | 0.48 | 0 | 0.12 | 297.76 | 0.63 | 0.67 |
| Hex | DC | 75 | E0 | 2 | 30 | 0 | C | 12A | 3F | 43 |
| Octal | 334 | 165 | 340 | 2 | 60 | 0 | 14 | 452 | 77 | 103 |
| Binary | 11011100 | 1110101 | 11100000 | 10 | 110000 | 0 | 1100 | 100101010 | 111111 | 1000011 |
Color Harmonies of #DC75E0
Complementary color
Monochromatic Colors of #DC75E0
Black with #DC75E0
Text Example
Text Example
White with #DC75E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75E0; }
p { color: rgb(220,117,224); }
H1.HeaderClassName
{
color: #DC75E0;
}
.AnyTagClassName
{
color: #DC75E0;
}
</style>
background-color css
<style>
a { background-color: #DC75E0; }
a { background-color: rgb(220,117,224); }
div.DivClassName
{
background-color: #DC75E0;
}
.BgClassName
{
background-color: #DC75E0;
}
</style>
border-color css
<style>
span { border-color: #DC75E0; }
span { border-color: rgb(220,117,224); }
td.TdClassName
{
border-color: #DC75E0;
}
.TagClassName
{
border-color: #DC75E0;
}
</style>