#C484FF

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

Shades of Heliotrope #C484FF

Tints of Heliotrope #C484FF

Color information

#C484FF (or 0xC484FF) is unknown color: approx Heliotrope. HEX triplet: C4, 84 and FF. RGB value is (196,132,255). Sum of RGB (Red+Green+Blue) = 196+132+255=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #C484FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C484FF is #3B7B00. Grayscale: #A4A4A4. Windows color (decimal): -3898113 or 16745668. OLE color: 16745668.

HSL color Cylindrical-coordinate representation of color #C484FF: hue angle of 271.22º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C484FF is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB196132255-
CMYK0.230.4800
HSL271.22º100%75.88%-
HSV(B)271.22º48.24%100%-
XYZ49.0735.4698.87-
YUV165.16178.7150-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.62%
GREEN value IS 132 (51.95% from 255) = 22.64%
BLUE value IS 255 (100% from 255) = 43.74%
R=33.62%
G=22.64%
B=43.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961322550.230.4800271.2210075.88
HexC484FF17300010f644c
Octal304204377276000417144114
Binary110001001000010011111111101111100000010000111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484FF; }

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

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

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

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

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

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

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

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