#dc7ffe

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

Shades of Heliotrope #DC7FFE

Tints of Heliotrope #DC7FFE

Color information

#DC7FFE (or 0xDC7FFE) is unknown color: approx Heliotrope. HEX triplet: DC, 7F and FE. RGB value is (220,127,254). Sum of RGB (Red+Green+Blue) = 220+127+254=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC7FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FFE is #238001. Grayscale: #A8A8A8. Windows color (decimal): -2326530 or 16678876. OLE color: 16678876.

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

Color convert

RGB220127254-
CMYK0.130.5000.00
HSL283.94º98.45%74.71%-
HSV(B)283.94º50%99.61%-
XYZ54.9937.5598.12-
YUV169.28175.81164.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 127 (50% from 255) = 21.13%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=36.61%
G=21.13%
B=42.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2201272540.130.5000.00283.9498.4574.71
HexDC7FFED320011c624b
Octal334177376156200434142113
Binary1101110011111111111111011011100100010001110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7ffe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7ffe; }

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

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

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

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

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

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

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

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