Html Css Color HEX #C467AD Fuchsia

📋 copy color: '#C467AD'

red 196 ◦ green 103 ◦ blue 173

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

Shades of Fuchsia #C467AD

Tints of Fuchsia #C467AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 41.53%
G = 21.82%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C467AD (or 0xC467AD) is known color: Fuchsia. HEX triplet: C4, 67 and AD. RGB value is (196,103,173). Sum of RGB (Red+Green+Blue) = 196+103+173=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C467AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C467AD is #3B9852. Grayscale: #8A8A8A. Windows color (decimal): -3905619 or 11364292. OLE color: 11364292.

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

Color convert

RGB 196 103 173 -
CMYK 0 0.47 0.12 0.23
HSL 314.84º 0.44% 0.59% -
HSV(B) 314.84º 0.47% 0.77% -
XYZ 35.16 24.45 42.4 -
YUV 138.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 196 103 173 0 0.47 0.12 0.23 314.84 0.44 0.59
Hex C4 67 AD 0 2F C 17 13B 2C 3B
Octal 304 147 255 0 57 14 27 473 54 73
Binary 11000100 1100111 10101101 0 101111 1100 10111 100111011 101100 111011

Color Harmonies of #C467AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C467AD

Black with #C467AD

Text Example


Text Example

White with #C467AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C467AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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