#DD71C0

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

Shades of Orchid #DD71C0

Tints of Orchid #DD71C0

Color information

#DD71C0 (or 0xDD71C0) is unknown color: approx Orchid. HEX triplet: DD, 71 and C0. RGB value is (221,113,192). Sum of RGB (Red+Green+Blue) = 221+113+192=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71C0 is #228E3F. Grayscale: #9A9A9A. Windows color (decimal): -2264640 or 12612061. OLE color: 12612061.

HSL color Cylindrical-coordinate representation of color #DD71C0: hue angle of 316.11º 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 #DD71C0 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB221113192-
CMYK00.490.130.13
HSL316.11º61.36%65.49%-
HSV(B)316.11º48.87%86.67%-
XYZ45.2430.9953.47-
YUV154.3149.28175.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 113 (44.53% from 255) = 21.48%
BLUE value IS 192 (75.39% from 255) = 36.50%
R=42.02%
G=21.48%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111319200.490.130.13316.1161.3665.49
HexDD71C0031DD13c3d41
Octal335161300061151547475101
Binary110111011110001110000000110001110111011001111001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71C0; }

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

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

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

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

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

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

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

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