Html Css Color HEX #C467C2 Fuchsia

📋 copy color: '#C467C2'

red 196 ◦ green 103 ◦ blue 194

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

Shades of Fuchsia #C467C2

Tints of Fuchsia #C467C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.35%

R = 39.76%
G = 20.89%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C467C2 (or 0xC467C2) is known color: Fuchsia. HEX triplet: C4, 67 and C2. RGB value is (196,103,194). Sum of RGB (Red+Green+Blue) = 196+103+194=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C467C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467C2 is #3B983D. Grayscale: #8C8C8C. Windows color (decimal): -3905598 or 12740548. OLE color: 12740548.

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

Color convert

RGB 196 103 194 -
CMYK 0 0.47 0.01 0.23
HSL 301.29º 0.44% 0.59% -
HSV(B) 301.29º 0.47% 0.77% -
XYZ 37.35 25.33 53.96 -
YUV 141.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 196 103 194 0 0.47 0.01 0.23 301.29 0.44 0.59
Hex C4 67 C2 0 2F 1 17 12D 2C 3B
Octal 304 147 302 0 57 1 27 455 54 73
Binary 11000100 1100111 11000010 0 101111 1 10111 100101101 101100 111011

Color Harmonies of #C467C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C467C2

Black with #C467C2

Text Example


Text Example

White with #C467C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C467C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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