#DF81DC

Color #DF81DC Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DF81DC

Tints of Orchid #DF81DC

Color information

#DF81DC (or 0xDF81DC) is unknown color: approx Orchid. HEX triplet: DF, 81 and DC. RGB value is (223,129,220). Sum of RGB (Red+Green+Blue) = 223+129+220=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81DC is #207E23. Grayscale: #A7A7A7. Windows color (decimal): -2129444 or 14451167. OLE color: 14451167.

HSL color Cylindrical-coordinate representation of color #DF81DC: hue angle of 301.91º 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 #DF81DC is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB223129220-
CMYK00.420.010.13
HSL301.91º59.49%69.02%-
HSV(B)301.91º42.15%87.45%-
XYZ51.236.5672.07-
YUV167.48157.64167.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 129 (50.78% from 255) = 22.55%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=38.99%
G=22.55%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312922000.420.010.13301.9159.4969.02
HexDF81DC02A1D12e3b45
Octal33720133405211545673105
Binary1101111110000001110111000101010111011001011101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF81DC; }

 p { color: rgb(223,129,220); }

 H1.HeaderClassName
 {
   color: #DF81DC;
 }
 .AnyTagClassName
 {
   color: #DF81DC;
 }
</style>
background-color css

<style>
 a { background-color: #DF81DC; }

 a { background-color: rgb(223,129,220); }

 div.DivClassName
 {
   background-color: #DF81DC;
 }
 .BgClassName
 {
   background-color: #DF81DC;
 }
</style>
border-color css

<style>
 span { border-color: #DF81DC; }

 span { border-color: rgb(223,129,220); }

 td.TdClassName
 {
   border-color: #DF81DC;
 }
 .TagClassName
 {
   border-color: #DF81DC;
 }
</style>