Html Css Color HEX #C466B4 Fuchsia

📋 copy color: '#C466B4'

red 196 ◦ green 102 ◦ blue 180

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

Shades of Fuchsia #C466B4

Tints of Fuchsia #C466B4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.34%

 BLUE value IS 180 (70.7% from 255) = 37.66%

R = 41%
G = 21.34%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C466B4 (or 0xC466B4) is known color: Fuchsia. HEX triplet: C4, 66 and B4. RGB value is (196,102,180). Sum of RGB (Red+Green+Blue) = 196+102+180=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C466B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466B4 is #3B994B. Grayscale: #8A8A8A. Windows color (decimal): -3905868 or 11822788. OLE color: 11822788.

HSL color Cylindrical-coordinate representation of color #C466B4: hue angle of 310.21º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C466B4 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 102 180 -
CMYK 0 0.48 0.08 0.23
HSL 310.21º 0.44% 0.58% -
HSV(B) 310.21º 0.48% 0.77% -
XYZ 35.75 24.53 46.03 -
YUV 139 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 196 102 180 0 0.48 0.08 0.23 310.21 0.44 0.58
Hex C4 66 B4 0 30 8 17 136 2C 3A
Octal 304 146 264 0 60 10 27 466 54 72
Binary 11000100 1100110 10110100 0 110000 1000 10111 100110110 101100 111010

Color Harmonies of #C466B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466B4

Black with #C466B4

Text Example


Text Example

White with #C466B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466B4; }

 p { color: rgb(196,102,180); }

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

background-color css

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

 a { background-color: rgb(196,102,180); }

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

border-color css

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

 span { border-color: rgb(196,102,180); }

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