#C467BD

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

Shades of Fuchsia #C467BD

Tints of Fuchsia #C467BD

Color information

#C467BD (or 0xC467BD) is unknown color: approx Fuchsia. HEX triplet: C4, 67 and BD. RGB value is (196,103,189). Sum of RGB (Red+Green+Blue) = 196+103+189=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C467BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467BD is #3B9842. Grayscale: #8C8C8C. Windows color (decimal): -3905603 or 12412868. OLE color: 12412868.

HSL color Cylindrical-coordinate representation of color #C467BD: hue angle of 304.52º 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 #C467BD is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196103189-
CMYK00.470.040.23
HSL304.52º44.08%58.63%-
HSV(B)304.52º47.45%76.86%-
XYZ36.825.1151.05-
YUV140.61155.31167.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 103 (40.62% from 255) = 21.11%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=40.16%
G=21.11%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610318900.470.040.23304.5244.0858.63
HexC467BD02F4171312c3b
Octal3041472750574274615473
Binary11000100110011110111101010111110010111100110001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C467BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C467BD; }

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

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

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

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

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

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

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

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