#C484FC

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

Shades of Heliotrope #C484FC

Tints of Heliotrope #C484FC

Color information

#C484FC (or 0xC484FC) is unknown color: approx Heliotrope. HEX triplet: C4, 84 and FC. RGB value is (196,132,252). Sum of RGB (Red+Green+Blue) = 196+132+252=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #C484FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C484FC is #3B7B03. Grayscale: #A4A4A4. Windows color (decimal): -3898116 or 16549060. OLE color: 16549060.

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

Color convert

RGB196132252-
CMYK0.220.4800.01
HSL272º95.24%75.29%-
HSV(B)272º47.62%98.82%-
XYZ48.5935.2796.34-
YUV164.82177.2150.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.79%
GREEN value IS 132 (51.95% from 255) = 22.76%
BLUE value IS 252 (98.83% from 255) = 43.45%
R=33.79%
G=22.76%
B=43.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961322520.220.4800.0127295.2475.29
HexC484FC1630011105f4b
Octal304204374266001420137113
Binary110001001000010011111100101101100000110001000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484FC; }

 p { color: rgb(196,132,252); }

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

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

 a { background-color: rgb(196,132,252); }

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

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

 span { border-color: rgb(196,132,252); }

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