#DC7FFF

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

Shades of Heliotrope #DC7FFF

Tints of Heliotrope #DC7FFF

Color information

#DC7FFF (or 0xDC7FFF) is unknown color: approx Heliotrope. HEX triplet: DC, 7F and FF. RGB value is (220,127,255). Sum of RGB (Red+Green+Blue) = 220+127+255=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC7FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FFF is #238000. Grayscale: #A8A8A8. Windows color (decimal): -2326529 or 16744412. OLE color: 16744412.

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

Color convert

RGB220127255-
CMYK0.140.5000
HSL283.59º100%74.9%-
HSV(B)283.59º50.2%100%-
XYZ55.1537.6198.96-
YUV169.4176.31164.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 127 (50% from 255) = 21.10%
BLUE value IS 255 (100% from 255) = 42.36%
R=36.54%
G=21.10%
B=42.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201272550.140.5000283.5910074.9
HexDC7FFFE320011c644b
Octal334177377166200434144113
Binary1101110011111111111111111101100100010001110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7FFF; }

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

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

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

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

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

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

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

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