#C379FC

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

Shades of Heliotrope #C379FC

Tints of Heliotrope #C379FC

Color information

#C379FC (or 0xC379FC) is unknown color: approx Heliotrope. HEX triplet: C3, 79 and FC. RGB value is (195,121,252). Sum of RGB (Red+Green+Blue) = 195+121+252=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #C379FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C379FC is #3C8603. Grayscale: #9D9D9D. Windows color (decimal): -3966468 or 16546243. OLE color: 16546243.

HSL color Cylindrical-coordinate representation of color #C379FC: hue angle of 273.89º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C379FC is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195121252-
CMYK0.230.5200.01
HSL273.89º95.62%73.14%-
HSV(B)273.89º51.98%98.82%-
XYZ46.9132.3195.86-
YUV158.06181.02154.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.33%
GREEN value IS 121 (47.66% from 255) = 21.30%
BLUE value IS 252 (98.83% from 255) = 44.37%
R=34.33%
G=21.30%
B=44.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1951212520.230.5200.01273.8995.6273.14
HexC379FC1734011126049
Octal303171374276401422140111
Binary11000011111100111111100101111101000110001001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379FC; }

 p { color: rgb(195,121,252); }

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

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

 a { background-color: rgb(195,121,252); }

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

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

 span { border-color: rgb(195,121,252); }

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