#DD66E1

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

Shades of Orchid #DD66E1

Tints of Orchid #DD66E1

Color information

#DD66E1 (or 0xDD66E1) is unknown color: approx Orchid. HEX triplet: DD, 66 and E1. RGB value is (221,102,225). Sum of RGB (Red+Green+Blue) = 221+102+225=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD66E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66E1 is #22991E. Grayscale: #979797. Windows color (decimal): -2267423 or 14771933. OLE color: 14771933.

HSL color Cylindrical-coordinate representation of color #DD66E1: hue angle of 298.05º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD66E1 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221102225-
CMYK0.020.5500.12
HSL298.05º67.21%64.12%-
HSV(B)298.05º54.67%88.24%-
XYZ48.1630.3174.55-
YUV151.6169.42177.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 102 (40.23% from 255) = 18.61%
BLUE value IS 225 (88.28% from 255) = 41.06%
R=40.33%
G=18.61%
B=41.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211022250.020.5500.12298.0567.2164.12
HexDD66E12370C12a4340
Octal335146341267014452103100
Binary11011101110011011100001101101110110010010101010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66E1; }

 p { color: rgb(221,102,225); }

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

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

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

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

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

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

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