#C271EC

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

Shades of Heliotrope #C271EC

Tints of Heliotrope #C271EC

Color information

#C271EC (or 0xC271EC) is unknown color: approx Heliotrope. HEX triplet: C2, 71 and EC. RGB value is (194,113,236). Sum of RGB (Red+Green+Blue) = 194+113+236=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #C271EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C271EC is #3D8E13. Grayscale: #969696. Windows color (decimal): -4034068 or 15495618. OLE color: 15495618.

HSL color Cylindrical-coordinate representation of color #C271EC: hue angle of 279.51º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C271EC is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194113236-
CMYK0.180.5200.07
HSL279.51º76.4%68.43%-
HSV(B)279.51º52.12%92.55%-
XYZ43.2929.3482.74-
YUV151.24175.84158.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.73%
GREEN value IS 113 (44.53% from 255) = 20.81%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=35.73%
G=20.81%
B=43.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941132360.180.5200.07279.5176.468.43
HexC271EC1234071184c44
Octal302161354226407430114104
Binary1100001011100011110110010010110100011110001100010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C271EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C271EC; }

 p { color: rgb(194,113,236); }

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

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

 a { background-color: rgb(194,113,236); }

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

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

 span { border-color: rgb(194,113,236); }

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