#DC74FF

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

Shades of Heliotrope #DC74FF

Tints of Heliotrope #DC74FF

Color information

#DC74FF (or 0xDC74FF) is unknown color: approx Heliotrope. HEX triplet: DC, 74 and FF. RGB value is (220,116,255). Sum of RGB (Red+Green+Blue) = 220+116+255=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 116 (45.70% from 255 or 19.63% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC74FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC74FF is #238B00. Grayscale: #A2A2A2. Windows color (decimal): -2329345 or 16741596. OLE color: 16741596.

HSL color Cylindrical-coordinate representation of color #DC74FF: hue angle of 284.89º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC74FF is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220116255-
CMYK0.140.5500
HSL284.89º100%72.75%-
HSV(B)284.89º54.51%100%-
XYZ53.8134.9398.51-
YUV162.94179.96168.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 116 (45.70% from 255) = 19.63%
BLUE value IS 255 (100% from 255) = 43.15%
R=37.23%
G=19.63%
B=43.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201162550.140.5500284.8910072.75
HexDC74FFE370011d6449
Octal334164377166700435144111
Binary1101110011101001111111111101101110010001110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC74FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC74FF; }

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

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

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

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

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

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

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

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