#DD80C4

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

Shades of Orchid #DD80C4

Tints of Orchid #DD80C4

Color information

#DD80C4 (or 0xDD80C4) is unknown color: approx Orchid. HEX triplet: DD, 80 and C4. RGB value is (221,128,196). Sum of RGB (Red+Green+Blue) = 221+128+196=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80C4 is #227F3B. Grayscale: #A3A3A3. Windows color (decimal): -2260796 or 12878045. OLE color: 12878045.

HSL color Cylindrical-coordinate representation of color #DD80C4: hue angle of 316.13º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80C4 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB221128196-
CMYK00.420.110.13
HSL316.13º57.76%68.43%-
HSV(B)316.13º42.08%86.67%-
XYZ47.534.856.44-
YUV163.56146.31168.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 196 (76.95% from 255) = 35.96%
R=40.55%
G=23.49%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112819600.420.110.13316.1357.7668.43
HexDD80C402ABD13c3a44
Octal335200304052131547472104
Binary1101110110000000110001000101010101111011001111001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80C4; }

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

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

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

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

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

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

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

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