Shades of Orchid #DC75C5
Tints of Orchid #DC75C5
RGB
CMYK
RGB Variations
Color information
#DC75C5 (or 0xDC75C5) is known color: Orchid. HEX triplet: DC, 75 and C5. RGB value is (220,117,197). Sum of RGB (Red+Green+Blue) = 220+117+197=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75C5 is #238A3A. Grayscale: #9C9C9C. Windows color (decimal): -2329147 or 12940764. OLE color: 12940764.
HSL color Cylindrical-coordinate representation of color #DC75C5: hue angle of 313.4º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC75C5 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 197 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.14 |
| HSL | 313.4º | 0.6% | 0.66% | - |
| HSV(B) | 313.4º | 0.47% | 0.86% | - |
| XYZ | 45.95 | 31.97 | 56.57 | - |
| YUV | 156.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 197 | 0 | 0.47 | 0.10 | 0.14 | 313.4 | 0.6 | 0.66 |
| Hex | DC | 75 | C5 | 0 | 2F | A | E | 139 | 3C | 42 |
| Octal | 334 | 165 | 305 | 0 | 57 | 12 | 16 | 471 | 74 | 102 |
| Binary | 11011100 | 1110101 | 11000101 | 0 | 101111 | 1010 | 1110 | 100111001 | 111100 | 1000010 |
Color Harmonies of #DC75C5
Complementary color
Monochromatic Colors of #DC75C5
Black with #DC75C5
Text Example
Text Example
White with #DC75C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75C5; }
p { color: rgb(220,117,197); }
H1.HeaderClassName
{
color: #DC75C5;
}
.AnyTagClassName
{
color: #DC75C5;
}
</style>
background-color css
<style>
a { background-color: #DC75C5; }
a { background-color: rgb(220,117,197); }
div.DivClassName
{
background-color: #DC75C5;
}
.BgClassName
{
background-color: #DC75C5;
}
</style>
border-color css
<style>
span { border-color: #DC75C5; }
span { border-color: rgb(220,117,197); }
td.TdClassName
{
border-color: #DC75C5;
}
.TagClassName
{
border-color: #DC75C5;
}
</style>