#DD84DC

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

Shades of Orchid #DD84DC

Tints of Orchid #DD84DC

Color information

#DD84DC (or 0xDD84DC) is unknown color: approx Orchid. HEX triplet: DD, 84 and DC. RGB value is (221,132,220). Sum of RGB (Red+Green+Blue) = 221+132+220=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84DC is #227B23. Grayscale: #A8A8A8. Windows color (decimal): -2259748 or 14451933. OLE color: 14451933.

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

Color convert

RGB221132220-
CMYK00.400.000.13
HSL300.67º56.69%69.22%-
HSV(B)300.67º40.27%86.67%-
XYZ50.9937.0472.17-
YUV168.64156.99165.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=38.57%
G=23.04%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113222000.400.000.13300.6756.6969.22
HexDD84DC0280D12d3945
Octal33520433405001545571105
Binary1101110110000100110111000101000011011001011011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD84DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD84DC; }

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

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

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

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

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

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

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

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