#C181FA

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

Shades of Heliotrope #C181FA

Tints of Heliotrope #C181FA

Color information

#C181FA (or 0xC181FA) is unknown color: approx Heliotrope. HEX triplet: C1, 81 and FA. RGB value is (193,129,250). Sum of RGB (Red+Green+Blue) = 193+129+250=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #C181FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C181FA is #3E7E05. Grayscale: #A1A1A1. Windows color (decimal): -4095494 or 16417217. OLE color: 16417217.

HSL color Cylindrical-coordinate representation of color #C181FA: hue angle of 271.74º 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 #C181FA is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193129250-
CMYK0.230.4800.02
HSL271.74º92.37%74.31%-
HSV(B)271.74º48.4%98.04%-
XYZ47.133.9494.51-
YUV161.93177.7150.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.74%
GREEN value IS 129 (50.78% from 255) = 22.55%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=33.74%
G=22.55%
B=43.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931292500.230.4800.02271.7492.3774.31
HexC181FA1730021105c4a
Octal301201372276002420134112
Binary1100000110000001111110101011111000001010001000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C181FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C181FA; }

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

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

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

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

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

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

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

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