#DC65FA

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

Shades of Heliotrope #DC65FA

Tints of Heliotrope #DC65FA

Color information

#DC65FA (or 0xDC65FA) is unknown color: approx Heliotrope. HEX triplet: DC, 65 and FA. RGB value is (220,101,250). Sum of RGB (Red+Green+Blue) = 220+101+250=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 101 (39.84% from 255 or 17.69% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC65FA is #239A05. Grayscale: #999999. Windows color (decimal): -2333190 or 16410076. OLE color: 16410076.

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

Color convert

RGB220101250-
CMYK0.120.6000.02
HSL287.92º93.71%68.82%-
HSV(B)287.92º59.6%98.04%-
XYZ51.4231.4393.8-
YUV153.57182.42175.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 101 (39.84% from 255) = 17.69%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=38.53%
G=17.69%
B=43.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201012500.120.6000.02287.9293.7168.82
HexDC65FAC3C021205e45
Octal334145372147402440136105
Binary11011100110010111111010110011110001010010000010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC65FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC65FA; }

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

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

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

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

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

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

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

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