#C375FE

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

Shades of Heliotrope #C375FE

Tints of Heliotrope #C375FE

Color information

#C375FE (or 0xC375FE) is unknown color: approx Heliotrope. HEX triplet: C3, 75 and FE. RGB value is (195,117,254). Sum of RGB (Red+Green+Blue) = 195+117+254=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #C375FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375FE is #3C8A01. Grayscale: #9B9B9B. Windows color (decimal): -3967490 or 16676291. OLE color: 16676291.

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

Color convert

RGB195117254-
CMYK0.230.5400.00
HSL274.16º98.56%72.75%-
HSV(B)274.16º53.94%99.61%-
XYZ46.7631.4897.38-
YUV155.94183.34155.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.45%
GREEN value IS 117 (46.09% from 255) = 20.67%
BLUE value IS 254 (99.61% from 255) = 44.88%
R=34.45%
G=20.67%
B=44.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1951172540.230.5400.00274.1698.5672.75
HexC375FE1736001126349
Octal303165376276600422143111
Binary11000011111010111111110101111101100010001001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C375FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C375FE; }

 p { color: rgb(195,117,254); }

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

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

 a { background-color: rgb(195,117,254); }

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

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

 span { border-color: rgb(195,117,254); }

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