#C480FF

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

Shades of Heliotrope #C480FF

Tints of Heliotrope #C480FF

Color information

#C480FF (or 0xC480FF) is unknown color: approx Heliotrope. HEX triplet: C4, 80 and FF. RGB value is (196,128,255). Sum of RGB (Red+Green+Blue) = 196+128+255=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #C480FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C480FF is #3B7F00. Grayscale: #A2A2A2. Windows color (decimal): -3899137 or 16744644. OLE color: 16744644.

HSL color Cylindrical-coordinate representation of color #C480FF: hue angle of 272.13º 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 #C480FF is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB196128255-
CMYK0.230.5000
HSL272.13º100%75.1%-
HSV(B)272.13º49.8%100%-
XYZ48.5334.3998.69-
YUV162.81180.03151.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.85%
GREEN value IS 128 (50.39% from 255) = 22.11%
BLUE value IS 255 (100% from 255) = 44.04%
R=33.85%
G=22.11%
B=44.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961282550.230.5000272.1310075.1
HexC480FF173200110644b
Octal304200377276200420144113
Binary110001001000000011111111101111100100010001000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480FF; }

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

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

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

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

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

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

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

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