#C074F1

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

Shades of Heliotrope #C074F1

Tints of Heliotrope #C074F1

Color information

#C074F1 (or 0xC074F1) is unknown color: approx Heliotrope. HEX triplet: C0, 74 and F1. RGB value is (192,116,241). Sum of RGB (Red+Green+Blue) = 192+116+241=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #C074F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074F1 is #3F8B0E. Grayscale: #989898. Windows color (decimal): -4164367 or 15824064. OLE color: 15824064.

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

Color convert

RGB192116241-
CMYK0.200.5200.05
HSL276.48º81.7%70%-
HSV(B)276.48º51.87%94.51%-
XYZ43.8630.0586.71-
YUV152.97177.68155.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 116 (45.70% from 255) = 21.13%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=34.97%
G=21.13%
B=43.90%

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
Decimal1921162410.200.5200.05276.4881.770
HexC074F11434051145246
Octal300164361246405424122106
Binary1100000011101001111000110100110100010110001010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C074F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C074F1; }

 p { color: rgb(192,116,241); }

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

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

 a { background-color: rgb(192,116,241); }

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

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

 span { border-color: rgb(192,116,241); }

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