#C081FA

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

Shades of Heliotrope #C081FA

Tints of Heliotrope #C081FA

Color information

#C081FA (or 0xC081FA) is unknown color: approx Heliotrope. HEX triplet: C0, 81 and FA. RGB value is (192,129,250). Sum of RGB (Red+Green+Blue) = 192+129+250=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 129 (50.78% from 255 or 22.59% 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 #C081FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C081FA is #3F7E05. Grayscale: #A1A1A1. Windows color (decimal): -4161030 or 16417216. OLE color: 16417216.

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

Color convert

RGB192129250-
CMYK0.230.4800.02
HSL271.24º92.37%74.31%-
HSV(B)271.24º48.4%98.04%-
XYZ46.8433.8194.5-
YUV161.63177.87149.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 129 (50.78% from 255) = 22.59%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=33.63%
G=22.59%
B=43.78%

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
Decimal1921292500.230.4800.02271.2492.3774.31
HexC081FA17300210f5c4a
Octal300201372276002417134112
Binary1100000010000001111110101011111000001010000111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C081FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C081FA; }

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

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

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

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

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

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

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

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