#DD71C5

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

Shades of Orchid #DD71C5

Tints of Orchid #DD71C5

Color information

#DD71C5 (or 0xDD71C5) is unknown color: approx Orchid. HEX triplet: DD, 71 and C5. RGB value is (221,113,197). Sum of RGB (Red+Green+Blue) = 221+113+197=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71C5 is #228E3A. Grayscale: #9A9A9A. Windows color (decimal): -2264635 or 12939741. OLE color: 12939741.

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

Color convert

RGB221113197-
CMYK00.490.110.13
HSL313.33º61.36%65.49%-
HSV(B)313.33º48.87%86.67%-
XYZ45.831.2156.43-
YUV154.87151.78175.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 113 (44.53% from 255) = 21.28%
BLUE value IS 197 (77.34% from 255) = 37.10%
R=41.62%
G=21.28%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111319700.490.110.13313.3361.3665.49
HexDD71C5031BD1393d41
Octal335161305061131547175101
Binary110111011110001110001010110001101111011001110011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71C5; }

 p { color: rgb(221,113,197); }

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

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

 a { background-color: rgb(221,113,197); }

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

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

 span { border-color: rgb(221,113,197); }

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