#C180FA

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

Shades of Heliotrope #C180FA

Tints of Heliotrope #C180FA

Color information

#C180FA (or 0xC180FA) is unknown color: approx Heliotrope. HEX triplet: C1, 80 and FA. RGB value is (193,128,250). Sum of RGB (Red+Green+Blue) = 193+128+250=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 128 (50.39% from 255 or 22.42% 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 #C180FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C180FA is #3E7F05. Grayscale: #A0A0A0. Windows color (decimal): -4095750 or 16416961. OLE color: 16416961.

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

Color convert

RGB193128250-
CMYK0.230.4900.02
HSL271.97º92.42%74.12%-
HSV(B)271.97º48.8%98.04%-
XYZ46.9733.6894.47-
YUV161.34178.03150.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.80%
GREEN value IS 128 (50.39% from 255) = 22.42%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=33.80%
G=22.42%
B=43.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931282500.230.4900.02271.9792.4274.12
HexC180FA1731021105c4a
Octal301200372276102420134112
Binary1100000110000000111110101011111000101010001000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C180FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C180FA; }

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

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

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

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

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

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

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

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