Html Css Color HEX #C467B0 Fuchsia

📋 copy color: '#C467B0'

red 196 ◦ green 103 ◦ blue 176

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

Shades of Fuchsia #C467B0

Tints of Fuchsia #C467B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.05%

R = 41.26%
G = 21.68%
B = 37.05%

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

#C467B0 (or 0xC467B0) is known color: Fuchsia. HEX triplet: C4, 67 and B0. RGB value is (196,103,176). Sum of RGB (Red+Green+Blue) = 196+103+176=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C467B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C467B0 is #3B984F. Grayscale: #8A8A8A. Windows color (decimal): -3905616 or 11560900. OLE color: 11560900.

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

Color convert

RGB 196 103 176 -
CMYK 0 0.47 0.10 0.23
HSL 312.9º 0.44% 0.59% -
HSV(B) 312.9º 0.47% 0.77% -
XYZ 35.45 24.57 43.95 -
YUV 139.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 196 103 176 0 0.47 0.10 0.23 312.9 0.44 0.59
Hex C4 67 B0 0 2F A 17 139 2C 3B
Octal 304 147 260 0 57 12 27 471 54 73
Binary 11000100 1100111 10110000 0 101111 1010 10111 100111001 101100 111011

Color Harmonies of #C467B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C467B0

Black with #C467B0

Text Example


Text Example

White with #C467B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C467B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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