#C681FE

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

Shades of Heliotrope #C681FE

Tints of Heliotrope #C681FE

Color information

#C681FE (or 0xC681FE) is unknown color: approx Heliotrope. HEX triplet: C6, 81 and FE. RGB value is (198,129,254). Sum of RGB (Red+Green+Blue) = 198+129+254=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #C681FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C681FE is #397E01. Grayscale: #A3A3A3. Windows color (decimal): -3767810 or 16679366. OLE color: 16679366.

HSL color Cylindrical-coordinate representation of color #C681FE: hue angle of 273.12º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C681FE is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB198129254-
CMYK0.220.4900.00
HSL273.12º98.43%75.1%-
HSV(B)273.12º49.21%99.61%-
XYZ49.0334.8697.91-
YUV163.88178.86152.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.08%
GREEN value IS 129 (50.78% from 255) = 22.20%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=34.08%
G=22.20%
B=43.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1981292540.220.4900.00273.1298.4375.1
HexC681FE163100111624b
Octal306201376266100421142113
Binary110001101000000111111110101101100010010001000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C681FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C681FE; }

 p { color: rgb(198,129,254); }

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

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

 a { background-color: rgb(198,129,254); }

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

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

 span { border-color: rgb(198,129,254); }

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