#DC74BF

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

Shades of Orchid #DC74BF

Tints of Orchid #DC74BF

Color information

#DC74BF (or 0xDC74BF) is unknown color: approx Orchid. HEX triplet: DC, 74 and BF. RGB value is (220,116,191). Sum of RGB (Red+Green+Blue) = 220+116+191=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74BF is #238B40. Grayscale: #9B9B9B. Windows color (decimal): -2329409 or 12547292. OLE color: 12547292.

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

Color convert

RGB220116191-
CMYK00.470.130.14
HSL316.73º59.77%65.88%-
HSV(B)316.73º47.27%86.27%-
XYZ45.1631.4752.98-
YUV155.65147.96173.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 116 (45.70% from 255) = 22.01%
BLUE value IS 191 (75% from 255) = 36.24%
R=41.75%
G=22.01%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011619100.470.130.14316.7359.7765.88
HexDC74BF02FDE13d3c42
Octal334164277057151647574102
Binary110111001110100101111110101111110111101001111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC74BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC74BF; }

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

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

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

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

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

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

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

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