#DD66E8

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

Shades of Orchid #DD66E8

Tints of Orchid #DD66E8

Color information

#DD66E8 (or 0xDD66E8) is unknown color: approx Orchid. HEX triplet: DD, 66 and E8. RGB value is (221,102,232). Sum of RGB (Red+Green+Blue) = 221+102+232=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD66E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66E8 is #229917. Grayscale: #989898. Windows color (decimal): -2267416 or 15230685. OLE color: 15230685.

HSL color Cylindrical-coordinate representation of color #DD66E8: hue angle of 294.92º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD66E8 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221102232-
CMYK0.050.5600.09
HSL294.92º73.86%65.49%-
HSV(B)294.92º56.03%90.98%-
XYZ49.1430.779.68-
YUV152.4172.92176.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 102 (40.23% from 255) = 18.38%
BLUE value IS 232 (91.02% from 255) = 41.80%
R=39.82%
G=18.38%
B=41.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211022320.050.5600.09294.9273.8665.49
HexDD66E8538091274a41
Octal335146350570011447112101
Binary110111011100110111010001011110000100110010011110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66E8; }

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

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

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

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

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

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

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

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