#DD84C8

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

Shades of Orchid #DD84C8

Tints of Orchid #DD84C8

Color information

#DD84C8 (or 0xDD84C8) is unknown color: approx Orchid. HEX triplet: DD, 84 and C8. RGB value is (221,132,200). Sum of RGB (Red+Green+Blue) = 221+132+200=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84C8 is #227B37. Grayscale: #A6A6A6. Windows color (decimal): -2259768 or 13141213. OLE color: 13141213.

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

Color convert

RGB221132200-
CMYK00.400.100.13
HSL314.16º56.69%69.22%-
HSV(B)314.16º40.27%86.67%-
XYZ48.536.0459.04-
YUV166.36146.99166.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 200 (78.52% from 255) = 36.17%
R=39.96%
G=23.87%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113220000.400.100.13314.1656.6969.22
HexDD84C8028AD13a3945
Octal335204310050121547271105
Binary1101110110000100110010000101000101011011001110101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD84C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD84C8; }

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

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

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

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

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

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

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

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