Html Css Color HEX #C46DB4 Fuchsia

📋 copy color: '#C46DB4'

red 196 ◦ green 109 ◦ blue 180

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

Shades of Fuchsia #C46DB4

Tints of Fuchsia #C46DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.47%

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

R = 40.41%
G = 22.47%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C46DB4 (or 0xC46DB4) is known color: Fuchsia. HEX triplet: C4, 6D and B4. RGB value is (196,109,180). Sum of RGB (Red+Green+Blue) = 196+109+180=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C46DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DB4 is #3B924B. Grayscale: #8E8E8E. Windows color (decimal): -3904076 or 11824580. OLE color: 11824580.

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

Color convert

RGB 196 109 180 -
CMYK 0 0.44 0.08 0.23
HSL 311.03º 0.42% 0.6% -
HSV(B) 311.03º 0.44% 0.77% -
XYZ 36.47 25.97 46.27 -
YUV 143.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 196 109 180 0 0.44 0.08 0.23 311.03 0.42 0.6
Hex C4 6D B4 0 2C 8 17 137 2A 3C
Octal 304 155 264 0 54 10 27 467 52 74
Binary 11000100 1101101 10110100 0 101100 1000 10111 100110111 101010 111100

Color Harmonies of #C46DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46DB4

Black with #C46DB4

Text Example


Text Example

White with #C46DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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