Html Css Color HEX #C468B6 Fuchsia

📋 copy color: '#C468B6'

red 196 ◦ green 104 ◦ blue 182

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

Shades of Fuchsia #C468B6

Tints of Fuchsia #C468B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.76%

R = 40.66%
G = 21.58%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C468B6 (or 0xC468B6) is known color: Fuchsia. HEX triplet: C4, 68 and B6. RGB value is (196,104,182). Sum of RGB (Red+Green+Blue) = 196+104+182=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C468B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468B6 is #3B9749. Grayscale: #8C8C8C. Windows color (decimal): -3905354 or 11954372. OLE color: 11954372.

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

Color convert

RGB 196 104 182 -
CMYK 0 0.47 0.07 0.23
HSL 309.13º 0.44% 0.59% -
HSV(B) 309.13º 0.47% 0.77% -
XYZ 36.16 25.01 47.18 -
YUV 140.4 151.48 167.66 -
System Red Green Blue C M Y K H S L
Decimal 196 104 182 0 0.47 0.07 0.23 309.13 0.44 0.59
Hex C4 68 B6 0 2F 7 17 135 2C 3B
Octal 304 150 266 0 57 7 27 465 54 73
Binary 11000100 1101000 10110110 0 101111 111 10111 100110101 101100 111011

Color Harmonies of #C468B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468B6

Black with #C468B6

Text Example


Text Example

White with #C468B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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