#C467BE

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

Shades of Fuchsia #C467BE

Tints of Fuchsia #C467BE

Color information

#C467BE (or 0xC467BE) is unknown color: approx Fuchsia. HEX triplet: C4, 67 and BE. RGB value is (196,103,190). Sum of RGB (Red+Green+Blue) = 196+103+190=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C467BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467BE is #3B9841. Grayscale: #8C8C8C. Windows color (decimal): -3905602 or 12478404. OLE color: 12478404.

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

Color convert

RGB196103190-
CMYK00.470.030.23
HSL303.87º44.08%58.63%-
HSV(B)303.87º47.45%76.86%-
XYZ36.9125.1551.63-
YUV140.72155.81167.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 103 (40.62% from 255) = 21.06%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=40.08%
G=21.06%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610319000.470.030.23303.8744.0858.63
HexC467BE02F3171302c3b
Octal3041472760573274605473
Binary1100010011001111011111001011111110111100110000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C467BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C467BE; }

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

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

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

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

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

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

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

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