#C274F2

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

Shades of Heliotrope #C274F2

Tints of Heliotrope #C274F2

Color information

#C274F2 (or 0xC274F2) is unknown color: approx Heliotrope. HEX triplet: C2, 74 and F2. RGB value is (194,116,242). Sum of RGB (Red+Green+Blue) = 194+116+242=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #C274F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C274F2 is #3D8B0D. Grayscale: #999999. Windows color (decimal): -4033294 or 15889602. OLE color: 15889602.

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

Color convert

RGB194116242-
CMYK0.200.5200.05
HSL277.14º82.89%70.2%-
HSV(B)277.14º52.07%94.9%-
XYZ44.5230.3787.52-
YUV153.69177.84156.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.14%
GREEN value IS 116 (45.70% from 255) = 21.01%
BLUE value IS 242 (94.92% from 255) = 43.84%
R=35.14%
G=21.01%
B=43.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941162420.200.5200.05277.1482.8970.2
HexC274F21434051155346
Octal302164362246405425123106
Binary1100001011101001111001010100110100010110001010110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C274F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C274F2; }

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

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

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

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

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

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

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

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