#C680ED

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

Shades of Heliotrope #C680ED

Tints of Heliotrope #C680ED

Color information

#C680ED (or 0xC680ED) is unknown color: approx Heliotrope. HEX triplet: C6, 80 and ED. RGB value is (198,128,237). Sum of RGB (Red+Green+Blue) = 198+128+237=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #C680ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680ED is #397F12. Grayscale: #A0A0A0. Windows color (decimal): -3768083 or 15564998. OLE color: 15564998.

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

Color convert

RGB198128237-
CMYK0.160.4600.07
HSL278.53º75.17%71.57%-
HSV(B)278.53º45.99%92.94%-
XYZ46.2933.5684.16-
YUV161.36170.69154.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.17%
GREEN value IS 128 (50.39% from 255) = 22.74%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=35.17%
G=22.74%
B=42.10%

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
Decimal1981282370.160.4600.07278.5375.1771.57
HexC680ED102E071174b48
Octal306200355205607427113110
Binary11000110100000001110110110000101110011110001011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C680ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C680ED; }

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

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

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

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

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

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

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

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