Shades of Orchid #DC75DF
Tints of Orchid #DC75DF
RGB
CMYK
RGB Variations
Color information
#DC75DF (or 0xDC75DF) is known color: Orchid. HEX triplet: DC, 75 and DF. RGB value is (220,117,223). Sum of RGB (Red+Green+Blue) = 220+117+223=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75DF is #238A20. Grayscale: #9F9F9F. Windows color (decimal): -2329121 or 14644700. OLE color: 14644700.
HSL color Cylindrical-coordinate representation of color #DC75DF: hue angle of 298.3º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC75DF is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 117 | 223 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.13 |
| HSL | 298.3º | 0.62% | 0.67% | - |
| HSV(B) | 298.3º | 0.48% | 0.87% | - |
| XYZ | 49.2 | 33.27 | 73.64 | - |
| YUV | 159.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 223 | 0.01 | 0.48 | 0 | 0.13 | 298.3 | 0.62 | 0.67 |
| Hex | DC | 75 | DF | 1 | 30 | 0 | D | 12A | 3E | 43 |
| Octal | 334 | 165 | 337 | 1 | 60 | 0 | 15 | 452 | 76 | 103 |
| Binary | 11011100 | 1110101 | 11011111 | 1 | 110000 | 0 | 1101 | 100101010 | 111110 | 1000011 |
Color Harmonies of #DC75DF
Complementary color
Monochromatic Colors of #DC75DF
Black with #DC75DF
Text Example
Text Example
White with #DC75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75DF; }
p { color: rgb(220,117,223); }
H1.HeaderClassName
{
color: #DC75DF;
}
.AnyTagClassName
{
color: #DC75DF;
}
</style>
background-color css
<style>
a { background-color: #DC75DF; }
a { background-color: rgb(220,117,223); }
div.DivClassName
{
background-color: #DC75DF;
}
.BgClassName
{
background-color: #DC75DF;
}
</style>
border-color css
<style>
span { border-color: #DC75DF; }
span { border-color: rgb(220,117,223); }
td.TdClassName
{
border-color: #DC75DF;
}
.TagClassName
{
border-color: #DC75DF;
}
</style>