Shades of Orchid #DC75D1
Tints of Orchid #DC75D1
RGB
CMYK
RGB Variations
Color information
#DC75D1 (or 0xDC75D1) is known color: Orchid. HEX triplet: DC, 75 and D1. RGB value is (220,117,209). Sum of RGB (Red+Green+Blue) = 220+117+209=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75D1 is #238A2E. Grayscale: #9E9E9E. Windows color (decimal): -2329135 or 13727196. OLE color: 13727196.
HSL color Cylindrical-coordinate representation of color #DC75D1: hue angle of 306.41º 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 #DC75D1 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 209 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.14 |
| HSL | 306.41º | 0.6% | 0.66% | - |
| HSV(B) | 306.41º | 0.47% | 0.86% | - |
| XYZ | 47.39 | 32.54 | 64.11 | - |
| YUV | 158.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 209 | 0 | 0.47 | 0.05 | 0.14 | 306.41 | 0.6 | 0.66 |
| Hex | DC | 75 | D1 | 0 | 2F | 5 | E | 132 | 3C | 42 |
| Octal | 334 | 165 | 321 | 0 | 57 | 5 | 16 | 462 | 74 | 102 |
| Binary | 11011100 | 1110101 | 11010001 | 0 | 101111 | 101 | 1110 | 100110010 | 111100 | 1000010 |
Color Harmonies of #DC75D1
Complementary color
Monochromatic Colors of #DC75D1
Black with #DC75D1
Text Example
Text Example
White with #DC75D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75D1; }
p { color: rgb(220,117,209); }
H1.HeaderClassName
{
color: #DC75D1;
}
.AnyTagClassName
{
color: #DC75D1;
}
</style>
background-color css
<style>
a { background-color: #DC75D1; }
a { background-color: rgb(220,117,209); }
div.DivClassName
{
background-color: #DC75D1;
}
.BgClassName
{
background-color: #DC75D1;
}
</style>
border-color css
<style>
span { border-color: #DC75D1; }
span { border-color: rgb(220,117,209); }
td.TdClassName
{
border-color: #DC75D1;
}
.TagClassName
{
border-color: #DC75D1;
}
</style>