#DD6AD4

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

Shades of Orchid #DD6AD4

Tints of Orchid #DD6AD4

Color information

#DD6AD4 (or 0xDD6AD4) is unknown color: approx Orchid. HEX triplet: DD, 6A and D4. RGB value is (221,106,212). Sum of RGB (Red+Green+Blue) = 221+106+212=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6AD4 is #22952B. Grayscale: #989898. Windows color (decimal): -2266412 or 13920989. OLE color: 13920989.

HSL color Cylindrical-coordinate representation of color #DD6AD4: hue angle of 304.7º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6AD4 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB221106212-
CMYK00.520.040.13
HSL304.7º62.84%64.12%-
HSV(B)304.7º52.04%86.67%-
XYZ46.8630.4365.69-
YUV152.47161.6176.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 106 (41.80% from 255) = 19.67%
BLUE value IS 212 (83.20% from 255) = 39.33%
R=41.00%
G=19.67%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110621200.520.040.13304.762.8464.12
HexDD6AD40344D1313f40
Octal33515232406441546177100
Binary11011101110101011010100011010010011011001100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6AD4; }

 p { color: rgb(221,106,212); }

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

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

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

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

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

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

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