#DD81E0

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

Shades of Orchid #DD81E0

Tints of Orchid #DD81E0

Color information

#DD81E0 (or 0xDD81E0) is unknown color: approx Orchid. HEX triplet: DD, 81 and E0. RGB value is (221,129,224). Sum of RGB (Red+Green+Blue) = 221+129+224=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD81E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81E0 is #227E1F. Grayscale: #A7A7A7. Windows color (decimal): -2260512 or 14713309. OLE color: 14713309.

HSL color Cylindrical-coordinate representation of color #DD81E0: hue angle of 298.11º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD81E0 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221129224-
CMYK0.010.4200.12
HSL298.11º60.51%69.22%-
HSV(B)298.11º42.41%87.84%-
XYZ51.1236.4574.86-
YUV167.34159.98166.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 129 (50.78% from 255) = 22.47%
BLUE value IS 224 (87.89% from 255) = 39.02%
R=38.50%
G=22.47%
B=39.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211292240.010.4200.12298.1160.5169.22
HexDD81E012A0C12a3d45
Octal33520134015201445275105
Binary1101110110000001111000001101010011001001010101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81E0; }

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

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

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

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

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

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

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

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