Shades of Orchid #DC75C1
Tints of Orchid #DC75C1
RGB
CMYK
RGB Variations
Color information
#DC75C1 (or 0xDC75C1) is known color: Orchid. HEX triplet: DC, 75 and C1. RGB value is (220,117,193). Sum of RGB (Red+Green+Blue) = 220+117+193=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75C1 is #238A3E. Grayscale: #9C9C9C. Windows color (decimal): -2329151 or 12678620. OLE color: 12678620.
HSL color Cylindrical-coordinate representation of color #DC75C1: hue angle of 315.73º 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 #DC75C1 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 193 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.14 |
| HSL | 315.73º | 0.6% | 0.66% | - |
| HSV(B) | 315.73º | 0.47% | 0.86% | - |
| XYZ | 45.5 | 31.79 | 54.19 | - |
| YUV | 156.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 193 | 0 | 0.47 | 0.12 | 0.14 | 315.73 | 0.6 | 0.66 |
| Hex | DC | 75 | C1 | 0 | 2F | C | E | 13C | 3C | 42 |
| Octal | 334 | 165 | 301 | 0 | 57 | 14 | 16 | 474 | 74 | 102 |
| Binary | 11011100 | 1110101 | 11000001 | 0 | 101111 | 1100 | 1110 | 100111100 | 111100 | 1000010 |
Color Harmonies of #DC75C1
Complementary color
Monochromatic Colors of #DC75C1
Black with #DC75C1
Text Example
Text Example
White with #DC75C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75C1; }
p { color: rgb(220,117,193); }
H1.HeaderClassName
{
color: #DC75C1;
}
.AnyTagClassName
{
color: #DC75C1;
}
</style>
background-color css
<style>
a { background-color: #DC75C1; }
a { background-color: rgb(220,117,193); }
div.DivClassName
{
background-color: #DC75C1;
}
.BgClassName
{
background-color: #DC75C1;
}
</style>
border-color css
<style>
span { border-color: #DC75C1; }
span { border-color: rgb(220,117,193); }
td.TdClassName
{
border-color: #DC75C1;
}
.TagClassName
{
border-color: #DC75C1;
}
</style>