#DC74C4

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

Shades of Orchid #DC74C4

Tints of Orchid #DC74C4

Color information

#DC74C4 (or 0xDC74C4) is unknown color: approx Orchid. HEX triplet: DC, 74 and C4. RGB value is (220,116,196). Sum of RGB (Red+Green+Blue) = 220+116+196=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74C4 is #238B3B. Grayscale: #9C9C9C. Windows color (decimal): -2329404 or 12874972. OLE color: 12874972.

HSL color Cylindrical-coordinate representation of color #DC74C4: hue angle of 313.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC74C4 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB220116196-
CMYK00.470.110.14
HSL313.85º59.77%65.88%-
HSV(B)313.85º47.27%86.27%-
XYZ45.7231.6955.93-
YUV156.22150.46173.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 116 (45.70% from 255) = 21.80%
BLUE value IS 196 (76.95% from 255) = 36.84%
R=41.35%
G=21.80%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011619600.470.110.14313.8559.7765.88
HexDC74C402FBE13a3c42
Octal334164304057131647274102
Binary110111001110100110001000101111101111101001110101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC74C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC74C4; }

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

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

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

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

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

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

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

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