#dd70dc

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

Shades of Orchid #DD70DC

Tints of Orchid #DD70DC

Color information

#DD70DC (or 0xDD70DC) is unknown color: approx Orchid. HEX triplet: DD, 70 and DC. RGB value is (221,112,220). Sum of RGB (Red+Green+Blue) = 221+112+220=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70DC is #228F23. Grayscale: #9C9C9C. Windows color (decimal): -2264868 or 14446813. OLE color: 14446813.

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

Color convert

RGB221112220-
CMYK00.490.000.13
HSL300.55º61.58%65.29%-
HSV(B)300.55º49.32%86.67%-
XYZ48.5332.1371.35-
YUV156.9163.61173.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 112 (44.14% from 255) = 20.25%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=39.96%
G=20.25%
B=39.78%

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
Decimal22111222000.490.000.13300.5561.5865.29
HexDD70DC0310D12d3e41
Octal33516033406101545576101
Binary110111011110000110111000110001011011001011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd70dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd70dc; }

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

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

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

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

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

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

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

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