#C379ED

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

Shades of Heliotrope #C379ED

Tints of Heliotrope #C379ED

Color information

#C379ED (or 0xC379ED) is unknown color: approx Heliotrope. HEX triplet: C3, 79 and ED. RGB value is (195,121,237). Sum of RGB (Red+Green+Blue) = 195+121+237=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #C379ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C379ED is #3C8612. Grayscale: #9B9B9B. Windows color (decimal): -3966483 or 15563203. OLE color: 15563203.

HSL color Cylindrical-coordinate representation of color #C379ED: hue angle of 278.28º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C379ED is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195121237-
CMYK0.180.4900.07
HSL278.28º76.32%70.2%-
HSV(B)278.28º48.95%92.94%-
XYZ44.6331.3983.83-
YUV156.35173.52155.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.26%
GREEN value IS 121 (47.66% from 255) = 21.88%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=35.26%
G=21.88%
B=42.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951212370.180.4900.07278.2876.3270.2
HexC379ED1231071164c46
Octal303171355226107426114106
Binary1100001111110011110110110010110001011110001011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379ED; }

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

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

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

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

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

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

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

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