Shades of Orchid #DC75E8
Tints of Orchid #DC75E8
RGB
CMYK
RGB Variations
Color information
#DC75E8 (or 0xDC75E8) is known color: Orchid. HEX triplet: DC, 75 and E8. RGB value is (220,117,232). Sum of RGB (Red+Green+Blue) = 220+117+232=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC75E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC75E8 is #238A17. Grayscale: #A0A0A0. Windows color (decimal): -2329112 or 15234524. OLE color: 15234524.
HSL color Cylindrical-coordinate representation of color #DC75E8: hue angle of 293.74º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC75E8 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 117 | 232 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.09 |
| HSL | 293.74º | 0.71% | 0.68% | - |
| HSV(B) | 293.74º | 0.5% | 0.91% | - |
| XYZ | 50.44 | 33.76 | 80.2 | - |
| YUV | 160.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 232 | 0.05 | 0.50 | 0 | 0.09 | 293.74 | 0.71 | 0.68 |
| Hex | DC | 75 | E8 | 5 | 32 | 0 | 9 | 126 | 47 | 44 |
| Octal | 334 | 165 | 350 | 5 | 62 | 0 | 11 | 446 | 107 | 104 |
| Binary | 11011100 | 1110101 | 11101000 | 101 | 110010 | 0 | 1001 | 100100110 | 1000111 | 1000100 |
Color Harmonies of #DC75E8
Complementary color
Monochromatic Colors of #DC75E8
Black with #DC75E8
Text Example
Text Example
White with #DC75E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75E8; }
p { color: rgb(220,117,232); }
H1.HeaderClassName
{
color: #DC75E8;
}
.AnyTagClassName
{
color: #DC75E8;
}
</style>
background-color css
<style>
a { background-color: #DC75E8; }
a { background-color: rgb(220,117,232); }
div.DivClassName
{
background-color: #DC75E8;
}
.BgClassName
{
background-color: #DC75E8;
}
</style>
border-color css
<style>
span { border-color: #DC75E8; }
span { border-color: rgb(220,117,232); }
td.TdClassName
{
border-color: #DC75E8;
}
.TagClassName
{
border-color: #DC75E8;
}
</style>