#C680FC

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

Shades of Heliotrope #C680FC

Tints of Heliotrope #C680FC

Color information

#C680FC (or 0xC680FC) is unknown color: approx Heliotrope. HEX triplet: C6, 80 and FC. RGB value is (198,128,252). Sum of RGB (Red+Green+Blue) = 198+128+252=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 128 (50.39% from 255 or 22.15% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #C680FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680FC is #397F03. Grayscale: #A2A2A2. Windows color (decimal): -3768068 or 16548038. OLE color: 16548038.

HSL color Cylindrical-coordinate representation of color #C680FC: hue angle of 273.87º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C680FC is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB198128252-
CMYK0.210.4900.01
HSL273.87º95.38%74.51%-
HSV(B)273.87º49.21%98.82%-
XYZ48.5834.4796.19-
YUV163.07178.19152.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.26%
GREEN value IS 128 (50.39% from 255) = 22.15%
BLUE value IS 252 (98.83% from 255) = 43.60%
R=34.26%
G=22.15%
B=43.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981282520.210.4900.01273.8795.3874.51
HexC680FC1531011125f4b
Octal306200374256101422137113
Binary110001101000000011111100101011100010110001001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C680FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C680FC; }

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

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

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

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

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

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

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

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