Html Css Color HEX #C468C2 Fuchsia

📋 copy color: '#C468C2'

red 196 ◦ green 104 ◦ blue 194

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

Shades of Fuchsia #C468C2

Tints of Fuchsia #C468C2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.05%

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

R = 39.68%
G = 21.05%
B = 39.27%

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

#C468C2 (or 0xC468C2) is known color: Fuchsia. HEX triplet: C4, 68 and C2. RGB value is (196,104,194). Sum of RGB (Red+Green+Blue) = 196+104+194=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C468C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468C2 is #3B973D. Grayscale: #8D8D8D. Windows color (decimal): -3905342 or 12740804. OLE color: 12740804.

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

Color convert

RGB 196 104 194 -
CMYK 0 0.47 0.01 0.23
HSL 301.3º 0.44% 0.59% -
HSV(B) 301.3º 0.47% 0.77% -
XYZ 37.45 25.53 53.99 -
YUV 141.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 196 104 194 0 0.47 0.01 0.23 301.3 0.44 0.59
Hex C4 68 C2 0 2F 1 17 12D 2C 3B
Octal 304 150 302 0 57 1 27 455 54 73
Binary 11000100 1101000 11000010 0 101111 1 10111 100101101 101100 111011

Color Harmonies of #C468C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468C2

Black with #C468C2

Text Example


Text Example

White with #C468C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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