Shades of Orchid #DF75DF
Tints of Orchid #DF75DF
RGB
CMYK
RGB Variations
Color information
#DF75DF (or 0xDF75DF) is known color: Orchid. HEX triplet: DF, 75 and DF. RGB value is (223,117,223). Sum of RGB (Red+Green+Blue) = 223+117+223=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75DF is #208A20. Grayscale: #A0A0A0. Windows color (decimal): -2132513 or 14644703. OLE color: 14644703.
HSL color Cylindrical-coordinate representation of color #DF75DF: hue angle of 300º 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 #DF75DF is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 223 | - |
| CMYK | 0 | 0.48 | 0 | 0.13 |
| HSL | 300º | 0.62% | 0.67% | - |
| HSV(B) | 300º | 0.48% | 0.87% | - |
| XYZ | 50.11 | 33.74 | 73.68 | - |
| YUV | 160.78 | 163.12 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 223 | 0 | 0.48 | 0 | 0.13 | 300 | 0.62 | 0.67 |
| Hex | DF | 75 | DF | 0 | 30 | 0 | D | 12C | 3E | 43 |
| Octal | 337 | 165 | 337 | 0 | 60 | 0 | 15 | 454 | 76 | 103 |
| Binary | 11011111 | 1110101 | 11011111 | 0 | 110000 | 0 | 1101 | 100101100 | 111110 | 1000011 |
Color Harmonies of #DF75DF
Complementary color
Monochromatic Colors of #DF75DF
Black with #DF75DF
Text Example
Text Example
White with #DF75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75DF; }
p { color: rgb(223,117,223); }
H1.HeaderClassName
{
color: #DF75DF;
}
.AnyTagClassName
{
color: #DF75DF;
}
</style>
background-color css
<style>
a { background-color: #DF75DF; }
a { background-color: rgb(223,117,223); }
div.DivClassName
{
background-color: #DF75DF;
}
.BgClassName
{
background-color: #DF75DF;
}
</style>
border-color css
<style>
span { border-color: #DF75DF; }
span { border-color: rgb(223,117,223); }
td.TdClassName
{
border-color: #DF75DF;
}
.TagClassName
{
border-color: #DF75DF;
}
</style>