#DC74DB

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

Shades of Orchid #DC74DB

Tints of Orchid #DC74DB

Color information

#DC74DB (or 0xDC74DB) is unknown color: approx Orchid. HEX triplet: DC, 74 and DB. RGB value is (220,116,219). Sum of RGB (Red+Green+Blue) = 220+116+219=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74DB is #238B24. Grayscale: #9E9E9E. Windows color (decimal): -2329381 or 14382300. OLE color: 14382300.

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

Color convert

RGB220116219-
CMYK00.470.000.14
HSL300.58º59.77%65.88%-
HSV(B)300.58º47.27%86.27%-
XYZ48.5532.8270.79-
YUV158.84161.96171.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 116 (45.70% from 255) = 20.90%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=39.64%
G=20.90%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011621900.470.000.14300.5859.7765.88
HexDC74DB02F0E12d3c42
Octal33416433305701645574102
Binary110111001110100110110110101111011101001011011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC74DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC74DB; }

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

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

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

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

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

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

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

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