#C674FB

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

Shades of Heliotrope #C674FB

Tints of Heliotrope #C674FB

Color information

#C674FB (or 0xC674FB) is unknown color: approx Heliotrope. HEX triplet: C6, 74 and FB. RGB value is (198,116,251). Sum of RGB (Red+Green+Blue) = 198+116+251=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #C674FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C674FB is #398B04. Grayscale: #9B9B9B. Windows color (decimal): -3771141 or 16479430. OLE color: 16479430.

HSL color Cylindrical-coordinate representation of color #C674FB: hue angle of 276.44º 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 #C674FB is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198116251-
CMYK0.210.5400.02
HSL276.44º94.41%71.96%-
HSV(B)276.44º53.78%98.43%-
XYZ46.9531.4694.87-
YUV155.91181.67158.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.04%
GREEN value IS 116 (45.70% from 255) = 20.53%
BLUE value IS 251 (98.44% from 255) = 44.42%
R=35.04%
G=20.53%
B=44.42%

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
Decimal1981162510.210.5400.02276.4494.4171.96
HexC674FB1536021145e48
Octal306164373256602424136110
Binary110001101110100111110111010111011001010001010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C674FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C674FB; }

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

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

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

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

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

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

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

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