#C27EFA

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

Shades of Heliotrope #C27EFA

Tints of Heliotrope #C27EFA

Color information

#C27EFA (or 0xC27EFA) is unknown color: approx Heliotrope. HEX triplet: C2, 7E and FA. RGB value is (194,126,250). Sum of RGB (Red+Green+Blue) = 194+126+250=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #C27EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27EFA is #3D8105. Grayscale: #A0A0A0. Windows color (decimal): -4030726 or 16416450. OLE color: 16416450.

HSL color Cylindrical-coordinate representation of color #C27EFA: hue angle of 272.9º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C27EFA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194126250-
CMYK0.220.5000.02
HSL272.9º92.54%73.73%-
HSV(B)272.9º49.6%98.04%-
XYZ46.9633.2994.39-
YUV160.47178.53151.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 126 (49.61% from 255) = 22.11%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=34.04%
G=22.11%
B=43.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941262500.220.5000.02272.992.5473.73
HexC27EFA1632021115d4a
Octal302176372266202421135112
Binary110000101111110111110101011011001001010001000110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27EFA; }

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

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

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

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

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

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

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

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