Html Css Color HEX #C467B1 Fuchsia

📋 copy color: '#C467B1'

red 196 ◦ green 103 ◦ blue 177

#C467B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C467B1

Tints of Fuchsia #C467B1

RGB

 RED value IS 196 (76.95% from 255) = 41.18%

 GREEN value IS 103 (40.63% from 255) = 21.64%

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 41.18%
G = 21.64%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C467B1 (or 0xC467B1) is known color: Fuchsia. HEX triplet: C4, 67 and B1. RGB value is (196,103,177). Sum of RGB (Red+Green+Blue) = 196+103+177=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C467B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C467B1 is #3B984E. Grayscale: #8B8B8B. Windows color (decimal): -3905615 or 11626436. OLE color: 11626436.

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

Color convert

RGB 196 103 177 -
CMYK 0 0.47 0.10 0.23
HSL 312.26º 0.44% 0.59% -
HSV(B) 312.26º 0.47% 0.77% -
XYZ 35.55 24.61 44.47 -
YUV 139.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 196 103 177 0 0.47 0.10 0.23 312.26 0.44 0.59
Hex C4 67 B1 0 2F A 17 138 2C 3B
Octal 304 147 261 0 57 12 27 470 54 73
Binary 11000100 1100111 10110001 0 101111 1010 10111 100111000 101100 111011

Color Harmonies of #C467B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C467B1

Black with #C467B1

Text Example


Text Example

White with #C467B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C467B1; }

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

 H1.HeaderClassName
 {
   color: #C467B1;
 }
 .AnyTagClassName
 {
   color: #C467B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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