#DD66CC

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

Shades of Orchid #DD66CC

Tints of Orchid #DD66CC

Color information

#DD66CC (or 0xDD66CC) is unknown color: approx Orchid. HEX triplet: DD, 66 and CC. RGB value is (221,102,204). Sum of RGB (Red+Green+Blue) = 221+102+204=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66CC is #229933. Grayscale: #949494. Windows color (decimal): -2267444 or 13395677. OLE color: 13395677.

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

Color convert

RGB221102204-
CMYK00.540.080.13
HSL308.57º63.64%63.33%-
HSV(B)308.57º53.85%86.67%-
XYZ45.4729.2360.37-
YUV149.21158.92179.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 102 (40.23% from 255) = 19.35%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=41.94%
G=19.35%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110220400.540.080.13308.5763.6463.33
HexDD66CC0368D135403f
Octal335146314066101546510077
Binary110111011100110110011000110110100011011001101011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66CC; }

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

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

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

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

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

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

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

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