Html Css Color HEX #C466BD Fuchsia

📋 copy color: '#C466BD'

red 196 ◦ green 102 ◦ blue 189

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

Shades of Fuchsia #C466BD

Tints of Fuchsia #C466BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.81%

R = 40.25%
G = 20.94%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C466BD (or 0xC466BD) is known color: Fuchsia. HEX triplet: C4, 66 and BD. RGB value is (196,102,189). Sum of RGB (Red+Green+Blue) = 196+102+189=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C466BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466BD is #3B9942. Grayscale: #8B8B8B. Windows color (decimal): -3905859 or 12412612. OLE color: 12412612.

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

Color convert

RGB 196 102 189 -
CMYK 0 0.48 0.04 0.23
HSL 304.47º 0.44% 0.58% -
HSV(B) 304.47º 0.48% 0.77% -
XYZ 36.7 24.91 51.02 -
YUV 140.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 196 102 189 0 0.48 0.04 0.23 304.47 0.44 0.58
Hex C4 66 BD 0 30 4 17 130 2C 3A
Octal 304 146 275 0 60 4 27 460 54 72
Binary 11000100 1100110 10111101 0 110000 100 10111 100110000 101100 111010

Color Harmonies of #C466BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466BD

Black with #C466BD

Text Example


Text Example

White with #C466BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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