#DC69FA

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

Shades of Heliotrope #DC69FA

Tints of Heliotrope #DC69FA

Color information

#DC69FA (or 0xDC69FA) is unknown color: approx Heliotrope. HEX triplet: DC, 69 and FA. RGB value is (220,105,250). Sum of RGB (Red+Green+Blue) = 220+105+250=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 105 (41.41% from 255 or 18.26% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC69FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC69FA is #239605. Grayscale: #9B9B9B. Windows color (decimal): -2332166 or 16411100. OLE color: 16411100.

HSL color Cylindrical-coordinate representation of color #DC69FA: hue angle of 287.59º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC69FA is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220105250-
CMYK0.120.5800.02
HSL287.59º93.55%69.61%-
HSV(B)287.59º58%98.04%-
XYZ51.8232.2293.93-
YUV155.92181.1173.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 105 (41.41% from 255) = 18.26%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=38.26%
G=18.26%
B=43.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201052500.120.5800.02287.5993.5569.61
HexDC69FAC3A021205e46
Octal334151372147202440136106
Binary11011100110100111111010110011101001010010000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC69FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC69FA; }

 p { color: rgb(220,105,250); }

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

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

 a { background-color: rgb(220,105,250); }

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

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

 span { border-color: rgb(220,105,250); }

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