Html Css Color HEX #C467BE Fuchsia

📋 copy color: '#C467BE'

red 196 ◦ green 103 ◦ blue 190

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

Shades of Fuchsia #C467BE

Tints of Fuchsia #C467BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 40.08%
G = 21.06%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C467BE (or 0xC467BE) is known color: Fuchsia. HEX triplet: C4, 67 and BE. RGB value is (196,103,190). Sum of RGB (Red+Green+Blue) = 196+103+190=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C467BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467BE is #3B9841. Grayscale: #8C8C8C. Windows color (decimal): -3905602 or 12478404. OLE color: 12478404.

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

Color convert

RGB 196 103 190 -
CMYK 0 0.47 0.03 0.23
HSL 303.87º 0.44% 0.59% -
HSV(B) 303.87º 0.47% 0.77% -
XYZ 36.91 25.15 51.63 -
YUV 140.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 196 103 190 0 0.47 0.03 0.23 303.87 0.44 0.59
Hex C4 67 BE 0 2F 3 17 130 2C 3B
Octal 304 147 276 0 57 3 27 460 54 73
Binary 11000100 1100111 10111110 0 101111 11 10111 100110000 101100 111011

Color Harmonies of #C467BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C467BE

Black with #C467BE

Text Example


Text Example

White with #C467BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C467BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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