Shades of Orchid #DF75E6
Tints of Orchid #DF75E6
RGB
CMYK
RGB Variations
Color information
#DF75E6 (or 0xDF75E6) is known color: Orchid. HEX triplet: DF, 75 and E6. RGB value is (223,117,230). Sum of RGB (Red+Green+Blue) = 223+117+230=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF75E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF75E6 is #208A19. Grayscale: #A1A1A1. Windows color (decimal): -2132506 or 15103455. OLE color: 15103455.
HSL color Cylindrical-coordinate representation of color #DF75E6: hue angle of 296.28º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF75E6 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 117 | 230 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.10 |
| HSL | 296.28º | 0.69% | 0.68% | - |
| HSV(B) | 296.28º | 0.49% | 0.9% | - |
| XYZ | 51.08 | 34.12 | 78.76 | - |
| YUV | 161.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 230 | 0.03 | 0.49 | 0 | 0.10 | 296.28 | 0.69 | 0.68 |
| Hex | DF | 75 | E6 | 3 | 31 | 0 | A | 128 | 45 | 44 |
| Octal | 337 | 165 | 346 | 3 | 61 | 0 | 12 | 450 | 105 | 104 |
| Binary | 11011111 | 1110101 | 11100110 | 11 | 110001 | 0 | 1010 | 100101000 | 1000101 | 1000100 |
Color Harmonies of #DF75E6
Complementary color
Monochromatic Colors of #DF75E6
Black with #DF75E6
Text Example
Text Example
White with #DF75E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75E6; }
p { color: rgb(223,117,230); }
H1.HeaderClassName
{
color: #DF75E6;
}
.AnyTagClassName
{
color: #DF75E6;
}
</style>
background-color css
<style>
a { background-color: #DF75E6; }
a { background-color: rgb(223,117,230); }
div.DivClassName
{
background-color: #DF75E6;
}
.BgClassName
{
background-color: #DF75E6;
}
</style>
border-color css
<style>
span { border-color: #DF75E6; }
span { border-color: rgb(223,117,230); }
td.TdClassName
{
border-color: #DF75E6;
}
.TagClassName
{
border-color: #DF75E6;
}
</style>