Html Css Color HEX #C467B6 Fuchsia

📋 copy color: '#C467B6'

red 196 ◦ green 103 ◦ blue 182

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

Shades of Fuchsia #C467B6

Tints of Fuchsia #C467B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.84%

R = 40.75%
G = 21.41%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C467B6 (or 0xC467B6) is known color: Fuchsia. HEX triplet: C4, 67 and B6. RGB value is (196,103,182). Sum of RGB (Red+Green+Blue) = 196+103+182=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C467B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467B6 is #3B9849. Grayscale: #8B8B8B. Windows color (decimal): -3905610 or 11954116. OLE color: 11954116.

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

Color convert

RGB 196 103 182 -
CMYK 0 0.47 0.07 0.23
HSL 309.03º 0.44% 0.59% -
HSV(B) 309.03º 0.47% 0.77% -
XYZ 36.06 24.81 47.14 -
YUV 139.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 196 103 182 0 0.47 0.07 0.23 309.03 0.44 0.59
Hex C4 67 B6 0 2F 7 17 135 2C 3B
Octal 304 147 266 0 57 7 27 465 54 73
Binary 11000100 1100111 10110110 0 101111 111 10111 100110101 101100 111011

Color Harmonies of #C467B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C467B6

Black with #C467B6

Text Example


Text Example

White with #C467B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C467B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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