Html Css Color HEX #C465BE Fuchsia

📋 copy color: '#C465BE'

red 196 ◦ green 101 ◦ blue 190

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

Shades of Fuchsia #C465BE

Tints of Fuchsia #C465BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.74%

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

R = 40.25%
G = 20.74%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C465BE (or 0xC465BE) is known color: Fuchsia. HEX triplet: C4, 65 and BE. RGB value is (196,101,190). Sum of RGB (Red+Green+Blue) = 196+101+190=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C465BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465BE is #3B9A41. Grayscale: #8B8B8B. Windows color (decimal): -3906114 or 12477892. OLE color: 12477892.

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

Color convert

RGB 196 101 190 -
CMYK 0 0.48 0.03 0.23
HSL 303.79º 0.45% 0.58% -
HSV(B) 303.79º 0.48% 0.77% -
XYZ 36.71 24.76 51.56 -
YUV 139.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 196 101 190 0 0.48 0.03 0.23 303.79 0.45 0.58
Hex C4 65 BE 0 30 3 17 130 2D 3A
Octal 304 145 276 0 60 3 27 460 55 72
Binary 11000100 1100101 10111110 0 110000 11 10111 100110000 101101 111010

Color Harmonies of #C465BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465BE

Black with #C465BE

Text Example


Text Example

White with #C465BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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