#DD6AD3

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

Shades of Orchid #DD6AD3

Tints of Orchid #DD6AD3

Color information

#DD6AD3 (or 0xDD6AD3) is unknown color: approx Orchid. HEX triplet: DD, 6A and D3. RGB value is (221,106,211). Sum of RGB (Red+Green+Blue) = 221+106+211=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6AD3 is #22952C. Grayscale: #989898. Windows color (decimal): -2266413 or 13855453. OLE color: 13855453.

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

Color convert

RGB221106211-
CMYK00.520.050.13
HSL305.22º62.84%64.12%-
HSV(B)305.22º52.04%86.67%-
XYZ46.7330.3865.03-
YUV152.35161.1176.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 106 (41.80% from 255) = 19.70%
BLUE value IS 211 (82.81% from 255) = 39.22%
R=41.08%
G=19.70%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110621100.520.050.13305.2262.8464.12
HexDD6AD30345D1313f40
Octal33515232306451546177100
Binary11011101110101011010011011010010111011001100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6AD3; }

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

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

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

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

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

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

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

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