#DD81DF

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

Shades of Orchid #DD81DF

Tints of Orchid #DD81DF

Color information

#DD81DF (or 0xDD81DF) is unknown color: approx Orchid. HEX triplet: DD, 81 and DF. RGB value is (221,129,223). Sum of RGB (Red+Green+Blue) = 221+129+223=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81DF is #227E20. Grayscale: #A6A6A6. Windows color (decimal): -2260513 or 14647773. OLE color: 14647773.

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

Color convert

RGB221129223-
CMYK0.010.4200.13
HSL298.72º59.49%69.02%-
HSV(B)298.72º42.15%87.45%-
XYZ50.9936.474.15-
YUV167.22159.48166.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 129 (50.78% from 255) = 22.51%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=38.57%
G=22.51%
B=38.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211292230.010.4200.13298.7259.4969.02
HexDD81DF12A0D12b3b45
Octal33520133715201545373105
Binary1101110110000001110111111101010011011001010111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81DF; }

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

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

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

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

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

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

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

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