#C378F6

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

Shades of Heliotrope #C378F6

Tints of Heliotrope #C378F6

Color information

#C378F6 (or 0xC378F6) is unknown color: approx Heliotrope. HEX triplet: C3, 78 and F6. RGB value is (195,120,246). Sum of RGB (Red+Green+Blue) = 195+120+246=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #C378F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C378F6 is #3C8709. Grayscale: #9C9C9C. Windows color (decimal): -3966730 or 16152771. OLE color: 16152771.

HSL color Cylindrical-coordinate representation of color #C378F6: hue angle of 275.71º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C378F6 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB195120246-
CMYK0.210.5100.04
HSL275.71º87.5%71.76%-
HSV(B)275.71º51.22%96.47%-
XYZ45.8631.6990.89-
YUV156.79178.35155.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 120 (47.27% from 255) = 21.39%
BLUE value IS 246 (96.48% from 255) = 43.85%
R=34.76%
G=21.39%
B=43.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1951202460.210.5100.04275.7187.571.76
HexC378F61533041145848
Octal303170366256304424130110
Binary1100001111110001111011010101110011010010001010010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C378F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C378F6; }

 p { color: rgb(195,120,246); }

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

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

 a { background-color: rgb(195,120,246); }

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

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

 span { border-color: rgb(195,120,246); }

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