#C377FD

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

Shades of Heliotrope #C377FD

Tints of Heliotrope #C377FD

Color information

#C377FD (or 0xC377FD) is unknown color: approx Heliotrope. HEX triplet: C3, 77 and FD. RGB value is (195,119,253). Sum of RGB (Red+Green+Blue) = 195+119+253=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #C377FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C377FD is #3C8802. Grayscale: #9C9C9C. Windows color (decimal): -3966979 or 16611267. OLE color: 16611267.

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

Color convert

RGB195119253-
CMYK0.230.5300.01
HSL274.03º97.1%72.94%-
HSV(B)274.03º52.96%99.22%-
XYZ46.8331.8996.62-
YUV157182.18155.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.39%
GREEN value IS 119 (46.88% from 255) = 20.99%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=34.39%
G=20.99%
B=44.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1951192530.230.5300.01274.0397.172.94
HexC377FD1735011126149
Octal303167375276501422141111
Binary11000011111011111111101101111101010110001001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C377FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C377FD; }

 p { color: rgb(195,119,253); }

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

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

 a { background-color: rgb(195,119,253); }

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

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

 span { border-color: rgb(195,119,253); }

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