#DD84DD

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

Shades of Orchid #DD84DD

Tints of Orchid #DD84DD

Color information

#DD84DD (or 0xDD84DD) is unknown color: approx Orchid. HEX triplet: DD, 84 and DD. RGB value is (221,132,221). Sum of RGB (Red+Green+Blue) = 221+132+221=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84DD is #227B22. Grayscale: #A8A8A8. Windows color (decimal): -2259747 or 14517469. OLE color: 14517469.

HSL color Cylindrical-coordinate representation of color #DD84DD: hue angle of 300º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD84DD is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221132221-
CMYK00.4000.13
HSL300º56.69%69.22%-
HSV(B)300º40.27%86.67%-
XYZ51.1237.172.87-
YUV168.76157.49165.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 132 (51.95% from 255) = 23.00%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=38.50%
G=23.00%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113222100.4000.1330056.6969.22
HexDD84DD0280D12c3945
Octal33520433505001545471105
Binary1101110110000100110111010101000011011001011001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD84DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD84DD; }

 p { color: rgb(221,132,221); }

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

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

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

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

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

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

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