#C680F1

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

Shades of Heliotrope #C680F1

Tints of Heliotrope #C680F1

Color information

#C680F1 (or 0xC680F1) is unknown color: approx Heliotrope. HEX triplet: C6, 80 and F1. RGB value is (198,128,241). Sum of RGB (Red+Green+Blue) = 198+128+241=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #C680F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680F1 is #397F0E. Grayscale: #A1A1A1. Windows color (decimal): -3768079 or 15827142. OLE color: 15827142.

HSL color Cylindrical-coordinate representation of color #C680F1: hue angle of 277.17º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C680F1 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198128241-
CMYK0.180.4700.05
HSL277.17º80.14%72.35%-
HSV(B)277.17º46.89%94.51%-
XYZ46.8933.7987.27-
YUV161.81172.69153.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.92%
GREEN value IS 128 (50.39% from 255) = 22.57%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=34.92%
G=22.57%
B=42.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981282410.180.4700.05277.1780.1472.35
HexC680F1122F051155048
Octal306200361225705425120110
Binary11000110100000001111000110010101111010110001010110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C680F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C680F1; }

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

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

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

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

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

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

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

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