#DD74C5

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

Shades of Orchid #DD74C5

Tints of Orchid #DD74C5

Color information

#DD74C5 (or 0xDD74C5) is unknown color: approx Orchid. HEX triplet: DD, 74 and C5. RGB value is (221,116,197). Sum of RGB (Red+Green+Blue) = 221+116+197=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74C5 is #228B3A. Grayscale: #9C9C9C. Windows color (decimal): -2263867 or 12940509. OLE color: 12940509.

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

Color convert

RGB221116197-
CMYK00.480.110.13
HSL313.71º60.69%66.08%-
HSV(B)313.71º47.51%86.67%-
XYZ46.1431.8956.55-
YUV156.63150.79173.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 116 (45.70% from 255) = 21.72%
BLUE value IS 197 (77.34% from 255) = 36.89%
R=41.39%
G=21.72%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111619700.480.110.13313.7160.6966.08
HexDD74C5030BD13a3d42
Octal335164305060131547275102
Binary110111011110100110001010110000101111011001110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74C5; }

 p { color: rgb(221,116,197); }

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

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

 a { background-color: rgb(221,116,197); }

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

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

 span { border-color: rgb(221,116,197); }

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