#C175F6

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

Shades of Heliotrope #C175F6

Tints of Heliotrope #C175F6

Color information

#C175F6 (or 0xC175F6) is unknown color: approx Heliotrope. HEX triplet: C1, 75 and F6. RGB value is (193,117,246). Sum of RGB (Red+Green+Blue) = 193+117+246=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #C175F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C175F6 is #3E8A09. Grayscale: #999999. Windows color (decimal): -4098570 or 16152001. OLE color: 16152001.

HSL color Cylindrical-coordinate representation of color #C175F6: hue angle of 275.35º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C175F6 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB193117246-
CMYK0.220.5200.04
HSL275.35º87.76%71.18%-
HSV(B)275.35º52.44%96.47%-
XYZ44.9930.7190.75-
YUV154.43179.68155.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.71%
GREEN value IS 117 (46.09% from 255) = 21.04%
BLUE value IS 246 (96.48% from 255) = 44.24%
R=34.71%
G=21.04%
B=44.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1931172460.220.5200.04275.3587.7671.18
HexC175F61634041135847
Octal301165366266404423130107
Binary1100000111101011111011010110110100010010001001110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C175F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C175F6; }

 p { color: rgb(193,117,246); }

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

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

 a { background-color: rgb(193,117,246); }

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

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

 span { border-color: rgb(193,117,246); }

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