#C581FA

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

Shades of Heliotrope #C581FA

Tints of Heliotrope #C581FA

Color information

#C581FA (or 0xC581FA) is unknown color: approx Heliotrope. HEX triplet: C5, 81 and FA. RGB value is (197,129,250). Sum of RGB (Red+Green+Blue) = 197+129+250=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #C581FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C581FA is #3A7E05. Grayscale: #A2A2A2. Windows color (decimal): -3833350 or 16417221. OLE color: 16417221.

HSL color Cylindrical-coordinate representation of color #C581FA: hue angle of 273.72º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C581FA is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197129250-
CMYK0.210.4800.02
HSL273.72º92.37%74.31%-
HSV(B)273.72º48.4%98.04%-
XYZ48.1334.4794.56-
YUV163.13177.03152.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.20%
GREEN value IS 129 (50.78% from 255) = 22.40%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=34.20%
G=22.40%
B=43.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971292500.210.4800.02273.7292.3774.31
HexC581FA1530021125c4a
Octal305201372256002422134112
Binary1100010110000001111110101010111000001010001001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C581FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C581FA; }

 p { color: rgb(197,129,250); }

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

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

 a { background-color: rgb(197,129,250); }

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

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

 span { border-color: rgb(197,129,250); }

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