#C471FF

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

Shades of Heliotrope #C471FF

Tints of Heliotrope #C471FF

Color information

#C471FF (or 0xC471FF) is unknown color: approx Heliotrope. HEX triplet: C4, 71 and FF. RGB value is (196,113,255). Sum of RGB (Red+Green+Blue) = 196+113+255=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #C471FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C471FF is #3B8E00. Grayscale: #999999. Windows color (decimal): -3902977 or 16740804. OLE color: 16740804.

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

Color convert

RGB196113255-
CMYK0.230.5600
HSL275.07º100%72.16%-
HSV(B)275.07º55.69%100%-
XYZ46.7230.7798.08-
YUV154185157.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.75%
GREEN value IS 113 (44.53% from 255) = 20.04%
BLUE value IS 255 (100% from 255) = 45.21%
R=34.75%
G=20.04%
B=45.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961132550.230.5600275.0710072.16
HexC471FF1738001136448
Octal304161377277000423144110
Binary11000100111000111111111101111110000010001001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C471FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C471FF; }

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

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

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

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

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

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

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

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