#DD73C2

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

Shades of Orchid #DD73C2

Tints of Orchid #DD73C2

Color information

#DD73C2 (or 0xDD73C2) is unknown color: approx Orchid. HEX triplet: DD, 73 and C2. RGB value is (221,115,194). Sum of RGB (Red+Green+Blue) = 221+115+194=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73C2 is #228C3D. Grayscale: #9B9B9B. Windows color (decimal): -2264126 or 12743645. OLE color: 12743645.

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

Color convert

RGB221115194-
CMYK00.480.120.13
HSL315.28º60.92%65.88%-
HSV(B)315.28º47.96%86.67%-
XYZ45.6931.5354.72-
YUV155.7149.62174.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 115 (45.31% from 255) = 21.70%
BLUE value IS 194 (76.17% from 255) = 36.60%
R=41.70%
G=21.70%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111519400.480.120.13315.2860.9265.88
HexDD73C2030CD13b3d42
Octal335163302060141547375102
Binary110111011110011110000100110000110011011001110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD73C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD73C2; }

 p { color: rgb(221,115,194); }

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

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

 a { background-color: rgb(221,115,194); }

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

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

 span { border-color: rgb(221,115,194); }

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