#DC7CFF

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

Shades of Heliotrope #DC7CFF

Tints of Heliotrope #DC7CFF

Color information

#DC7CFF (or 0xDC7CFF) is unknown color: approx Heliotrope. HEX triplet: DC, 7C and FF. RGB value is (220,124,255). Sum of RGB (Red+Green+Blue) = 220+124+255=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 124 (48.83% from 255 or 20.70% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CFF is #238300. Grayscale: #A7A7A7. Windows color (decimal): -2327297 or 16743644. OLE color: 16743644.

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

Color convert

RGB220124255-
CMYK0.140.5100
HSL283.97º100%74.31%-
HSV(B)283.97º51.37%100%-
XYZ54.7736.8598.83-
YUV167.64177.3165.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 124 (48.83% from 255) = 20.70%
BLUE value IS 255 (100% from 255) = 42.57%
R=36.73%
G=20.70%
B=42.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201242550.140.5100283.9710074.31
HexDC7CFFE330011c644a
Octal334174377166300434144112
Binary1101110011111001111111111101100110010001110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7CFF; }

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

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

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

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

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

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

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

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