#C680EC

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

Shades of Heliotrope #C680EC

Tints of Heliotrope #C680EC

Color information

#C680EC (or 0xC680EC) is unknown color: approx Heliotrope. HEX triplet: C6, 80 and EC. RGB value is (198,128,236). Sum of RGB (Red+Green+Blue) = 198+128+236=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #C680EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680EC is #397F13. Grayscale: #A0A0A0. Windows color (decimal): -3768084 or 15499462. OLE color: 15499462.

HSL color Cylindrical-coordinate representation of color #C680EC: hue angle of 278.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C680EC is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198128236-
CMYK0.160.4600.07
HSL278.89º73.97%71.37%-
HSV(B)278.89º45.76%92.55%-
XYZ46.1533.583.39-
YUV161.24170.19154.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.23%
GREEN value IS 128 (50.39% from 255) = 22.78%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=35.23%
G=22.78%
B=41.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981282360.160.4600.07278.8973.9771.37
HexC680EC102E071174a47
Octal306200354205607427112107
Binary11000110100000001110110010000101110011110001011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C680EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C680EC; }

 p { color: rgb(198,128,236); }

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

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

 a { background-color: rgb(198,128,236); }

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

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

 span { border-color: rgb(198,128,236); }

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