Html Css Color HEX #C467B5 Fuchsia

📋 copy color: '#C467B5'

red 196 ◦ green 103 ◦ blue 181

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

Shades of Fuchsia #C467B5

Tints of Fuchsia #C467B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.71%

R = 40.83%
G = 21.46%
B = 37.71%

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

#C467B5 (or 0xC467B5) is known color: Fuchsia. HEX triplet: C4, 67 and B5. RGB value is (196,103,181). Sum of RGB (Red+Green+Blue) = 196+103+181=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C467B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467B5 is #3B984A. Grayscale: #8B8B8B. Windows color (decimal): -3905611 or 11888580. OLE color: 11888580.

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

Color convert

RGB 196 103 181 -
CMYK 0 0.47 0.08 0.23
HSL 309.68º 0.44% 0.59% -
HSV(B) 309.68º 0.47% 0.77% -
XYZ 35.96 24.77 46.6 -
YUV 139.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 196 103 181 0 0.47 0.08 0.23 309.68 0.44 0.59
Hex C4 67 B5 0 2F 8 17 136 2C 3B
Octal 304 147 265 0 57 10 27 466 54 73
Binary 11000100 1100111 10110101 0 101111 1000 10111 100110110 101100 111011

Color Harmonies of #C467B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C467B5

Black with #C467B5

Text Example


Text Example

White with #C467B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C467B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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