Shades of Orchid #DC75E9
Tints of Orchid #DC75E9
RGB
CMYK
RGB Variations
Color information
#DC75E9 (or 0xDC75E9) is known color: Orchid. HEX triplet: DC, 75 and E9. RGB value is (220,117,233). Sum of RGB (Red+Green+Blue) = 220+117+233=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC75E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC75E9 is #238A16. Grayscale: #A0A0A0. Windows color (decimal): -2329111 or 15300060. OLE color: 15300060.
HSL color Cylindrical-coordinate representation of color #DC75E9: hue angle of 293.28º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC75E9 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 117 | 233 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.09 |
| HSL | 293.28º | 0.73% | 0.69% | - |
| HSV(B) | 293.28º | 0.5% | 0.91% | - |
| XYZ | 50.58 | 33.82 | 80.95 | - |
| YUV | 161.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 233 | 0.06 | 0.50 | 0 | 0.09 | 293.28 | 0.73 | 0.69 |
| Hex | DC | 75 | E9 | 6 | 32 | 0 | 9 | 125 | 48 | 45 |
| Octal | 334 | 165 | 351 | 6 | 62 | 0 | 11 | 445 | 110 | 105 |
| Binary | 11011100 | 1110101 | 11101001 | 110 | 110010 | 0 | 1001 | 100100101 | 1001000 | 1000101 |
Color Harmonies of #DC75E9
Complementary color
Monochromatic Colors of #DC75E9
Black with #DC75E9
Text Example
Text Example
White with #DC75E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75E9; }
p { color: rgb(220,117,233); }
H1.HeaderClassName
{
color: #DC75E9;
}
.AnyTagClassName
{
color: #DC75E9;
}
</style>
background-color css
<style>
a { background-color: #DC75E9; }
a { background-color: rgb(220,117,233); }
div.DivClassName
{
background-color: #DC75E9;
}
.BgClassName
{
background-color: #DC75E9;
}
</style>
border-color css
<style>
span { border-color: #DC75E9; }
span { border-color: rgb(220,117,233); }
td.TdClassName
{
border-color: #DC75E9;
}
.TagClassName
{
border-color: #DC75E9;
}
</style>