Shades of Orchid #DF75CE
Tints of Orchid #DF75CE
RGB
CMYK
RGB Variations
Color information
#DF75CE (or 0xDF75CE) is known color: Orchid. HEX triplet: DF, 75 and CE. RGB value is (223,117,206). Sum of RGB (Red+Green+Blue) = 223+117+206=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75CE is #208A31. Grayscale: #9E9E9E. Windows color (decimal): -2132530 or 13530591. OLE color: 13530591.
HSL color Cylindrical-coordinate representation of color #DF75CE: hue angle of 309.62º 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 #DF75CE is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 206 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.13 |
| HSL | 309.62º | 0.62% | 0.67% | - |
| HSV(B) | 309.62º | 0.48% | 0.87% | - |
| XYZ | 47.93 | 32.87 | 62.21 | - |
| YUV | 158.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 206 | 0 | 0.48 | 0.08 | 0.13 | 309.62 | 0.62 | 0.67 |
| Hex | DF | 75 | CE | 0 | 30 | 8 | D | 136 | 3E | 43 |
| Octal | 337 | 165 | 316 | 0 | 60 | 10 | 15 | 466 | 76 | 103 |
| Binary | 11011111 | 1110101 | 11001110 | 0 | 110000 | 1000 | 1101 | 100110110 | 111110 | 1000011 |
Color Harmonies of #DF75CE
Complementary color
Monochromatic Colors of #DF75CE
Black with #DF75CE
Text Example
Text Example
White with #DF75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75CE; }
p { color: rgb(223,117,206); }
H1.HeaderClassName
{
color: #DF75CE;
}
.AnyTagClassName
{
color: #DF75CE;
}
</style>
background-color css
<style>
a { background-color: #DF75CE; }
a { background-color: rgb(223,117,206); }
div.DivClassName
{
background-color: #DF75CE;
}
.BgClassName
{
background-color: #DF75CE;
}
</style>
border-color css
<style>
span { border-color: #DF75CE; }
span { border-color: rgb(223,117,206); }
td.TdClassName
{
border-color: #DF75CE;
}
.TagClassName
{
border-color: #DF75CE;
}
</style>