#C680FF

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

Shades of Heliotrope #C680FF

Tints of Heliotrope #C680FF

Color information

#C680FF (or 0xC680FF) is unknown color: approx Heliotrope. HEX triplet: C6, 80 and FF. RGB value is (198,128,255). Sum of RGB (Red+Green+Blue) = 198+128+255=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #C680FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680FF is #397F00. Grayscale: #A2A2A2. Windows color (decimal): -3768065 or 16744646. OLE color: 16744646.

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

Color convert

RGB198128255-
CMYK0.220.5000
HSL273.07º100%75.1%-
HSV(B)273.07º49.8%100%-
XYZ49.0634.6698.71-
YUV163.41179.69152.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.08%
GREEN value IS 128 (50.39% from 255) = 22.03%
BLUE value IS 255 (100% from 255) = 43.89%
R=34.08%
G=22.03%
B=43.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981282550.220.5000273.0710075.1
HexC680FF163200111644b
Octal306200377266200421144113
Binary110001101000000011111111101101100100010001000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C680FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C680FF; }

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

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

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

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

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

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

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

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