Html Css Color HEX #C46DBE Fuchsia

📋 copy color: '#C46DBE'

red 196 ◦ green 109 ◦ blue 190

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

Shades of Fuchsia #C46DBE

Tints of Fuchsia #C46DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.38%

R = 39.6%
G = 22.02%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C46DBE (or 0xC46DBE) is known color: Fuchsia. HEX triplet: C4, 6D and BE. RGB value is (196,109,190). Sum of RGB (Red+Green+Blue) = 196+109+190=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C46DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DBE is #3B9241. Grayscale: #909090. Windows color (decimal): -3904066 or 12479940. OLE color: 12479940.

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

Color convert

RGB 196 109 190 -
CMYK 0 0.44 0.03 0.23
HSL 304.14º 0.42% 0.6% -
HSV(B) 304.14º 0.44% 0.77% -
XYZ 37.53 26.39 51.83 -
YUV 144.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 196 109 190 0 0.44 0.03 0.23 304.14 0.42 0.6
Hex C4 6D BE 0 2C 3 17 130 2A 3C
Octal 304 155 276 0 54 3 27 460 52 74
Binary 11000100 1101101 10111110 0 101100 11 10111 100110000 101010 111100

Color Harmonies of #C46DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46DBE

Black with #C46DBE

Text Example


Text Example

White with #C46DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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