#DD71DC

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

Shades of Orchid #DD71DC

Tints of Orchid #DD71DC

Color information

#DD71DC (or 0xDD71DC) is unknown color: approx Orchid. HEX triplet: DD, 71 and DC. RGB value is (221,113,220). Sum of RGB (Red+Green+Blue) = 221+113+220=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71DC is #228E23. Grayscale: #9D9D9D. Windows color (decimal): -2264612 or 14447069. OLE color: 14447069.

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

Color convert

RGB221113220-
CMYK00.490.000.13
HSL300.56º61.36%65.49%-
HSV(B)300.56º48.87%86.67%-
XYZ48.6432.3571.39-
YUV157.49163.28173.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 113 (44.53% from 255) = 20.40%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=39.89%
G=20.40%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111322000.490.000.13300.5661.3665.49
HexDD71DC0310D12d3d41
Octal33516133406101545575101
Binary110111011110001110111000110001011011001011011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71DC; }

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

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

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

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

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

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

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

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