#DD82E0

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

Shades of Orchid #DD82E0

Tints of Orchid #DD82E0

Color information

#DD82E0 (or 0xDD82E0) is unknown color: approx Orchid. HEX triplet: DD, 82 and E0. RGB value is (221,130,224). Sum of RGB (Red+Green+Blue) = 221+130+224=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD82E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82E0 is #227D1F. Grayscale: #A7A7A7. Windows color (decimal): -2260256 or 14713565. OLE color: 14713565.

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

Color convert

RGB221130224-
CMYK0.010.4200.12
HSL298.09º60.26%69.41%-
HSV(B)298.09º41.96%87.84%-
XYZ51.2636.7274.91-
YUV167.92159.65165.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 130 (51.17% from 255) = 22.61%
BLUE value IS 224 (87.89% from 255) = 38.96%
R=38.43%
G=22.61%
B=38.96%

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
Decimal2211302240.010.4200.12298.0960.2669.41
HexDD82E012A0C12a3c45
Octal33520234015201445274105
Binary1101110110000010111000001101010011001001010101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82E0; }

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

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

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

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

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

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

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

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