#DD73E0

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

Shades of Orchid #DD73E0

Tints of Orchid #DD73E0

Color information

#DD73E0 (or 0xDD73E0) is unknown color: approx Orchid. HEX triplet: DD, 73 and E0. RGB value is (221,115,224). Sum of RGB (Red+Green+Blue) = 221+115+224=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD73E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73E0 is #228C1F. Grayscale: #9E9E9E. Windows color (decimal): -2264096 or 14709725. OLE color: 14709725.

HSL color Cylindrical-coordinate representation of color #DD73E0: hue angle of 298.35º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD73E0 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221115224-
CMYK0.010.4900.12
HSL298.35º63.74%66.47%-
HSV(B)298.35º48.66%87.84%-
XYZ49.433.0274.29-
YUV159.12164.62172.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 115 (45.31% from 255) = 20.54%
BLUE value IS 224 (87.89% from 255) = 40%
R=39.46%
G=20.54%
B=40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211152240.010.4900.12298.3563.7466.47
HexDD73E01310C12a4042
Octal335163340161014452100102
Binary1101110111100111110000011100010110010010101010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD73E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD73E0; }

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

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

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

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

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

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

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

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