Shades of Orchid #DF81DF
Tints of Orchid #DF81DF
RGB
CMYK
RGB Variations
Color information
#DF81DF (or 0xDF81DF) is known color: Orchid. HEX triplet: DF, 81 and DF. RGB value is (223,129,223). Sum of RGB (Red+Green+Blue) = 223+129+223=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81DF is #207E20. Grayscale: #A7A7A7. Windows color (decimal): -2129441 or 14647775. OLE color: 14647775.
HSL color Cylindrical-coordinate representation of color #DF81DF: hue angle of 300º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF81DF is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 129 | 223 | - |
CMYK | 0 | 0.42 | 0 | 0.13 |
HSL | 300º | 0.59% | 0.69% | - |
HSV(B) | 300º | 0.42% | 0.87% | - |
XYZ | 51.6 | 36.72 | 74.18 | - |
YUV | 167.82 | 159.14 | 167.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 129 | 223 | 0 | 0.42 | 0 | 0.13 | 300 | 0.59 | 0.69 |
Hex | DF | 81 | DF | 0 | 2A | 0 | D | 12C | 3B | 45 |
Octal | 337 | 201 | 337 | 0 | 52 | 0 | 15 | 454 | 73 | 105 |
Binary | 11011111 | 10000001 | 11011111 | 0 | 101010 | 0 | 1101 | 100101100 | 111011 | 1000101 |
Color Harmonies of #DF81DF
Complementary color
Monochromatic Colors of #DF81DF
Black with #DF81DF
Text Example
Text Example
White with #DF81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81DF; }
p { color: rgb(223,129,223); }
H1.HeaderClassName
{
color: #DF81DF;
}
.AnyTagClassName
{
color: #DF81DF;
}
</style>
background-color css
<style>
a { background-color: #DF81DF; }
a { background-color: rgb(223,129,223); }
div.DivClassName
{
background-color: #DF81DF;
}
.BgClassName
{
background-color: #DF81DF;
}
</style>
border-color css
<style>
span { border-color: #DF81DF; }
span { border-color: rgb(223,129,223); }
td.TdClassName
{
border-color: #DF81DF;
}
.TagClassName
{
border-color: #DF81DF;
}
</style>