Shades of Orchid #DF75C2
Tints of Orchid #DF75C2
RGB
CMYK
RGB Variations
Color information
#DF75C2 (or 0xDF75C2) is known color: Orchid. HEX triplet: DF, 75 and C2. RGB value is (223,117,194). Sum of RGB (Red+Green+Blue) = 223+117+194=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75C2 is #208A3D. Grayscale: #9D9D9D. Windows color (decimal): -2132542 or 12744159. OLE color: 12744159.
HSL color Cylindrical-coordinate representation of color #DF75C2: hue angle of 316.42º 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 #DF75C2 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 194 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.13 |
| HSL | 316.42º | 0.62% | 0.67% | - |
| HSV(B) | 316.42º | 0.48% | 0.87% | - |
| XYZ | 46.53 | 32.31 | 54.82 | - |
| YUV | 157.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 194 | 0 | 0.48 | 0.13 | 0.13 | 316.42 | 0.62 | 0.67 |
| Hex | DF | 75 | C2 | 0 | 30 | D | D | 13C | 3E | 43 |
| Octal | 337 | 165 | 302 | 0 | 60 | 15 | 15 | 474 | 76 | 103 |
| Binary | 11011111 | 1110101 | 11000010 | 0 | 110000 | 1101 | 1101 | 100111100 | 111110 | 1000011 |
Color Harmonies of #DF75C2
Complementary color
Monochromatic Colors of #DF75C2
Black with #DF75C2
Text Example
Text Example
White with #DF75C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75C2; }
p { color: rgb(223,117,194); }
H1.HeaderClassName
{
color: #DF75C2;
}
.AnyTagClassName
{
color: #DF75C2;
}
</style>
background-color css
<style>
a { background-color: #DF75C2; }
a { background-color: rgb(223,117,194); }
div.DivClassName
{
background-color: #DF75C2;
}
.BgClassName
{
background-color: #DF75C2;
}
</style>
border-color css
<style>
span { border-color: #DF75C2; }
span { border-color: rgb(223,117,194); }
td.TdClassName
{
border-color: #DF75C2;
}
.TagClassName
{
border-color: #DF75C2;
}
</style>