#DD74C4

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

Shades of Orchid #DD74C4

Tints of Orchid #DD74C4

Color information

#DD74C4 (or 0xDD74C4) is unknown color: approx Orchid. HEX triplet: DD, 74 and C4. RGB value is (221,116,196). Sum of RGB (Red+Green+Blue) = 221+116+196=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74C4 is #228B3B. Grayscale: #9C9C9C. Windows color (decimal): -2263868 or 12874973. OLE color: 12874973.

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

Color convert

RGB221116196-
CMYK00.480.110.13
HSL314.29º60.69%66.08%-
HSV(B)314.29º47.51%86.67%-
XYZ46.0331.8555.95-
YUV156.51150.29174-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 116 (45.70% from 255) = 21.76%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=41.46%
G=21.76%
B=36.77%

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
Decimal22111619600.480.110.13314.2960.6966.08
HexDD74C4030BD13a3d42
Octal335164304060131547275102
Binary110111011110100110001000110000101111011001110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74C4; }

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

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

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

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

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

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

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

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