#C375FF

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

Shades of Heliotrope #C375FF

Tints of Heliotrope #C375FF

Color information

#C375FF (or 0xC375FF) is unknown color: approx Heliotrope. HEX triplet: C3, 75 and FF. RGB value is (195,117,255). Sum of RGB (Red+Green+Blue) = 195+117+255=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #C375FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375FF is #3C8A00. Grayscale: #9B9B9B. Windows color (decimal): -3967489 or 16741827. OLE color: 16741827.

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

Color convert

RGB195117255-
CMYK0.240.5400
HSL273.91º100%72.94%-
HSV(B)273.91º54.12%100%-
XYZ46.9231.5498.22-
YUV156.05183.84155.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.39%
GREEN value IS 117 (46.09% from 255) = 20.63%
BLUE value IS 255 (100% from 255) = 44.97%
R=34.39%
G=20.63%
B=44.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951172550.240.5400273.9110072.94
HexC375FF1836001126449
Octal303165377306600422144111
Binary11000011111010111111111110001101100010001001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C375FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C375FF; }

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

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

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

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

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

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

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

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