#C774FB

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

Shades of Heliotrope #C774FB

Tints of Heliotrope #C774FB

Color information

#C774FB (or 0xC774FB) is unknown color: approx Heliotrope. HEX triplet: C7, 74 and FB. RGB value is (199,116,251). Sum of RGB (Red+Green+Blue) = 199+116+251=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #C774FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C774FB is #388B04. Grayscale: #9B9B9B. Windows color (decimal): -3705605 or 16479431. OLE color: 16479431.

HSL color Cylindrical-coordinate representation of color #C774FB: hue angle of 276.89º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C774FB is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199116251-
CMYK0.210.5400.02
HSL276.89º94.41%71.96%-
HSV(B)276.89º53.78%98.43%-
XYZ47.2131.694.88-
YUV156.21181.5158.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.16%
GREEN value IS 116 (45.70% from 255) = 20.49%
BLUE value IS 251 (98.44% from 255) = 44.35%
R=35.16%
G=20.49%
B=44.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1991162510.210.5400.02276.8994.4171.96
HexC774FB1536021155e48
Octal307164373256602425136110
Binary110001111110100111110111010111011001010001010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C774FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C774FB; }

 p { color: rgb(199,116,251); }

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

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

 a { background-color: rgb(199,116,251); }

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

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

 span { border-color: rgb(199,116,251); }

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