#DC8FFE

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

Shades of Heliotrope #DC8FFE

Tints of Heliotrope #DC8FFE

Color information

#DC8FFE (or 0xDC8FFE) is unknown color: approx Heliotrope. HEX triplet: DC, 8F and FE. RGB value is (220,143,254). Sum of RGB (Red+Green+Blue) = 220+143+254=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC8FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8FFE is #237001. Grayscale: #B2B2B2. Windows color (decimal): -2322434 or 16682972. OLE color: 16682972.

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

Color convert

RGB220143254-
CMYK0.130.4400.00
HSL281.62º98.23%77.84%-
HSV(B)281.62º43.7%99.61%-
XYZ57.2342.0298.86-
YUV178.68170.51157.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 143 (56.25% from 255) = 23.18%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=35.66%
G=23.18%
B=41.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2201432540.130.4400.00281.6298.2377.84
HexDC8FFED2C0011a624e
Octal334217376155400432142116
Binary11011100100011111111111011011011000010001101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8FFE; }

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

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

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

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

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

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

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

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