Html Css Color HEX #C467B4 Fuchsia

📋 copy color: '#C467B4'

red 196 ◦ green 103 ◦ blue 180

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

Shades of Fuchsia #C467B4

Tints of Fuchsia #C467B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.58%

R = 40.92%
G = 21.5%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C467B4 (or 0xC467B4) is known color: Fuchsia. HEX triplet: C4, 67 and B4. RGB value is (196,103,180). Sum of RGB (Red+Green+Blue) = 196+103+180=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C467B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467B4 is #3B984B. Grayscale: #8B8B8B. Windows color (decimal): -3905612 or 11823044. OLE color: 11823044.

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

Color convert

RGB 196 103 180 -
CMYK 0 0.47 0.08 0.23
HSL 310.32º 0.44% 0.59% -
HSV(B) 310.32º 0.47% 0.77% -
XYZ 35.85 24.73 46.06 -
YUV 139.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 196 103 180 0 0.47 0.08 0.23 310.32 0.44 0.59
Hex C4 67 B4 0 2F 8 17 136 2C 3B
Octal 304 147 264 0 57 10 27 466 54 73
Binary 11000100 1100111 10110100 0 101111 1000 10111 100110110 101100 111011

Color Harmonies of #C467B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C467B4

Black with #C467B4

Text Example


Text Example

White with #C467B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C467B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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