#DC7AF3

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

Shades of Heliotrope #DC7AF3

Tints of Heliotrope #DC7AF3

Color information

#DC7AF3 (or 0xDC7AF3) is unknown color: approx Heliotrope. HEX triplet: DC, 7A and F3. RGB value is (220,122,243). Sum of RGB (Red+Green+Blue) = 220+122+243=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 122 (48.05% from 255 or 20.85% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC7AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AF3 is #23850C. Grayscale: #A4A4A4. Windows color (decimal): -2327821 or 15956700. OLE color: 15956700.

HSL color Cylindrical-coordinate representation of color #DC7AF3: hue angle of 288.6º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7AF3 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220122243-
CMYK0.090.5000.05
HSL288.6º83.45%71.57%-
HSV(B)288.6º49.79%95.29%-
XYZ52.6535.6188.89-
YUV165.1171.97167.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 122 (48.05% from 255) = 20.85%
BLUE value IS 243 (95.31% from 255) = 41.54%
R=37.61%
G=20.85%
B=41.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201222430.090.5000.05288.683.4571.57
HexDC7AF3932051215348
Octal334172363116205441123110
Binary110111001111010111100111001110010010110010000110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7AF3; }

 p { color: rgb(220,122,243); }

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

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

 a { background-color: rgb(220,122,243); }

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

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

 span { border-color: rgb(220,122,243); }

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