Html Css Color HEX #C46DB7 Fuchsia

📋 copy color: '#C46DB7'

red 196 ◦ green 109 ◦ blue 183

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

Shades of Fuchsia #C46DB7

Tints of Fuchsia #C46DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.5%

R = 40.16%
G = 22.34%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C46DB7 (or 0xC46DB7) is known color: Fuchsia. HEX triplet: C4, 6D and B7. RGB value is (196,109,183). Sum of RGB (Red+Green+Blue) = 196+109+183=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C46DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DB7 is #3B9248. Grayscale: #8F8F8F. Windows color (decimal): -3904073 or 12021188. OLE color: 12021188.

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

Color convert

RGB 196 109 183 -
CMYK 0 0.44 0.07 0.23
HSL 308.97º 0.42% 0.6% -
HSV(B) 308.97º 0.44% 0.77% -
XYZ 36.78 26.09 47.9 -
YUV 143.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 196 109 183 0 0.44 0.07 0.23 308.97 0.42 0.6
Hex C4 6D B7 0 2C 7 17 135 2A 3C
Octal 304 155 267 0 54 7 27 465 52 74
Binary 11000100 1101101 10110111 0 101100 111 10111 100110101 101010 111100

Color Harmonies of #C46DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46DB7

Black with #C46DB7

Text Example


Text Example

White with #C46DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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