#C567BE

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

Shades of Fuchsia #C567BE

Tints of Fuchsia #C567BE

Color information

#C567BE (or 0xC567BE) is unknown color: approx Fuchsia. HEX triplet: C5, 67 and BE. RGB value is (197,103,190). Sum of RGB (Red+Green+Blue) = 197+103+190=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C567BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C567BE is #3A9841. Grayscale: #8C8C8C. Windows color (decimal): -3840066 or 12478405. OLE color: 12478405.

HSL color Cylindrical-coordinate representation of color #C567BE: hue angle of 304.47º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C567BE is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197103190-
CMYK00.480.040.23
HSL304.47º44.76%58.82%-
HSV(B)304.47º47.72%77.25%-
XYZ37.1725.2951.64-
YUV141.02155.64167.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.20%
GREEN value IS 103 (40.62% from 255) = 21.02%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=40.20%
G=21.02%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710319000.480.040.23304.4744.7658.82
HexC567BE0304171302d3b
Octal3051472760604274605573
Binary11000101110011110111110011000010010111100110000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C567BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C567BE; }

 p { color: rgb(197,103,190); }

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

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

 a { background-color: rgb(197,103,190); }

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

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

 span { border-color: rgb(197,103,190); }

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