#DC7AFD

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

Shades of Heliotrope #DC7AFD

Tints of Heliotrope #DC7AFD

Color information

#DC7AFD (or 0xDC7AFD) is unknown color: approx Heliotrope. HEX triplet: DC, 7A and FD. RGB value is (220,122,253). Sum of RGB (Red+Green+Blue) = 220+122+253=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 122 (48.05% from 255 or 20.50% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC7AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AFD is #238502. Grayscale: #A5A5A5. Windows color (decimal): -2327811 or 16612060. OLE color: 16612060.

HSL color Cylindrical-coordinate representation of color #DC7AFD: hue angle of 284.89º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC7AFD is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220122253-
CMYK0.130.5200.01
HSL284.89º97.04%73.53%-
HSV(B)284.89º51.78%99.22%-
XYZ54.236.2397.06-
YUV166.24176.97166.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 122 (48.05% from 255) = 20.50%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=36.97%
G=20.50%
B=42.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201222530.130.5200.01284.8997.0473.53
HexDC7AFDD340111d614a
Octal334172375156401435141112
Binary1101110011110101111110111011101000110001110111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7AFD; }

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

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

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

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

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

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

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

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