#C274F4

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

Shades of Heliotrope #C274F4

Tints of Heliotrope #C274F4

Color information

#C274F4 (or 0xC274F4) is unknown color: approx Heliotrope. HEX triplet: C2, 74 and F4. RGB value is (194,116,244). Sum of RGB (Red+Green+Blue) = 194+116+244=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 244 (95.70% from 255 or 44.04% from 554); Max value from RGB is 244 - color contains mainly: blue. Hex color #C274F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C274F4 is #3D8B0B. Grayscale: #999999. Windows color (decimal): -4033292 or 16020674. OLE color: 16020674.

HSL color Cylindrical-coordinate representation of color #C274F4: hue angle of 276.56º degrees, saturation: 0.85, 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 #C274F4 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB194116244-
CMYK0.200.5200.04
HSL276.56º85.33%70.59%-
HSV(B)276.56º52.46%95.69%-
XYZ44.8230.4989.11-
YUV153.91178.84156.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.02%
GREEN value IS 116 (45.70% from 255) = 20.94%
BLUE value IS 244 (95.70% from 255) = 44.04%
R=35.02%
G=20.94%
B=44.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1941162440.200.5200.04276.5685.3370.59
HexC274F41434041155547
Octal302164364246404425125107
Binary1100001011101001111010010100110100010010001010110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C274F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C274F4; }

 p { color: rgb(194,116,244); }

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

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

 a { background-color: rgb(194,116,244); }

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

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

 span { border-color: rgb(194,116,244); }

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