#DD6FC4

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

Shades of Orchid #DD6FC4

Tints of Orchid #DD6FC4

Color information

#DD6FC4 (or 0xDD6FC4) is unknown color: approx Orchid. HEX triplet: DD, 6F and C4. RGB value is (221,111,196). Sum of RGB (Red+Green+Blue) = 221+111+196=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FC4 is #22903B. Grayscale: #999999. Windows color (decimal): -2265148 or 12873693. OLE color: 12873693.

HSL color Cylindrical-coordinate representation of color #DD6FC4: hue angle of 313.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FC4 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB221111196-
CMYK00.500.110.13
HSL313.64º61.8%65.1%-
HSV(B)313.64º49.77%86.67%-
XYZ45.4730.7355.76-
YUV153.58151.94176.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 111 (43.75% from 255) = 21.02%
BLUE value IS 196 (76.95% from 255) = 37.12%
R=41.86%
G=21.02%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111119600.500.110.13313.6461.865.1
HexDD6FC4032BD13a3e41
Octal335157304062131547276101
Binary110111011101111110001000110010101111011001110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6FC4; }

 p { color: rgb(221,111,196); }

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

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

 a { background-color: rgb(221,111,196); }

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

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

 span { border-color: rgb(221,111,196); }

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