#C071F6

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

Shades of Heliotrope #C071F6

Tints of Heliotrope #C071F6

Color information

#C071F6 (or 0xC071F6) is unknown color: approx Heliotrope. HEX triplet: C0, 71 and F6. RGB value is (192,113,246). Sum of RGB (Red+Green+Blue) = 192+113+246=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #C071F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071F6 is #3F8E09. Grayscale: #979797. Windows color (decimal): -4165130 or 16150976. OLE color: 16150976.

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

Color convert

RGB192113246-
CMYK0.220.5400.04
HSL275.64º88.08%70.39%-
HSV(B)275.64º54.07%96.47%-
XYZ44.2829.6790.58-
YUV151.78181.17156.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.85%
GREEN value IS 113 (44.53% from 255) = 20.51%
BLUE value IS 246 (96.48% from 255) = 44.65%
R=34.85%
G=20.51%
B=44.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1921132460.220.5400.04275.6488.0870.39
HexC071F61636041145846
Octal300161366266604424130106
Binary1100000011100011111011010110110110010010001010010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071F6; }

 p { color: rgb(192,113,246); }

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

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

 a { background-color: rgb(192,113,246); }

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

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

 span { border-color: rgb(192,113,246); }

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