#C27EF1

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

Shades of Heliotrope #C27EF1

Tints of Heliotrope #C27EF1

Color information

#C27EF1 (or 0xC27EF1) is unknown color: approx Heliotrope. HEX triplet: C2, 7E and F1. RGB value is (194,126,241). Sum of RGB (Red+Green+Blue) = 194+126+241=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #C27EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27EF1 is #3D810E. Grayscale: #9F9F9F. Windows color (decimal): -4030735 or 15826626. OLE color: 15826626.

HSL color Cylindrical-coordinate representation of color #C27EF1: hue angle of 275.48º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C27EF1 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB194126241-
CMYK0.200.4800.05
HSL275.48º80.42%71.96%-
HSV(B)275.48º47.72%94.51%-
XYZ45.5932.7487.14-
YUV159.44174.03152.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 126 (49.61% from 255) = 22.46%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=34.58%
G=22.46%
B=42.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941262410.200.4800.05275.4880.4271.96
HexC27EF11430051135048
Octal302176361246005423120110
Binary1100001011111101111000110100110000010110001001110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27EF1; }

 p { color: rgb(194,126,241); }

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

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

 a { background-color: rgb(194,126,241); }

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

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

 span { border-color: rgb(194,126,241); }

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