Html Css Color HEX #C467BA Fuchsia

📋 copy color: '#C467BA'

red 196 ◦ green 103 ◦ blue 186

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

Shades of Fuchsia #C467BA

Tints of Fuchsia #C467BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 40.41%
G = 21.24%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C467BA (or 0xC467BA) is known color: Fuchsia. HEX triplet: C4, 67 and BA. RGB value is (196,103,186). Sum of RGB (Red+Green+Blue) = 196+103+186=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C467BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467BA is #3B9845. Grayscale: #8C8C8C. Windows color (decimal): -3905606 or 12216260. OLE color: 12216260.

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

Color convert

RGB 196 103 186 -
CMYK 0 0.47 0.05 0.23
HSL 306.45º 0.44% 0.59% -
HSV(B) 306.45º 0.47% 0.77% -
XYZ 36.48 24.98 49.35 -
YUV 140.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 196 103 186 0 0.47 0.05 0.23 306.45 0.44 0.59
Hex C4 67 BA 0 2F 5 17 132 2C 3B
Octal 304 147 272 0 57 5 27 462 54 73
Binary 11000100 1100111 10111010 0 101111 101 10111 100110010 101100 111011

Color Harmonies of #C467BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C467BA

Black with #C467BA

Text Example


Text Example

White with #C467BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C467BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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