#C375F1

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

Shades of Heliotrope #C375F1

Tints of Heliotrope #C375F1

Color information

#C375F1 (or 0xC375F1) is unknown color: approx Heliotrope. HEX triplet: C3, 75 and F1. RGB value is (195,117,241). Sum of RGB (Red+Green+Blue) = 195+117+241=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #C375F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375F1 is #3C8A0E. Grayscale: #9A9A9A. Windows color (decimal): -3967503 or 15824323. OLE color: 15824323.

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

Color convert

RGB195117241-
CMYK0.190.5100.05
HSL277.74º81.58%70.2%-
HSV(B)277.74º51.45%94.51%-
XYZ44.7430.6886.78-
YUV154.46176.84156.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.26%
GREEN value IS 117 (46.09% from 255) = 21.16%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=35.26%
G=21.16%
B=43.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951172410.190.5100.05277.7481.5870.2
HexC375F11333051165246
Octal303165361236305426122106
Binary1100001111101011111000110011110011010110001011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C375F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C375F1; }

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

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

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

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

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

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

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

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