Html Css Color HEX #C465BB Fuchsia

📋 copy color: '#C465BB'

red 196 ◦ green 101 ◦ blue 187

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

Shades of Fuchsia #C465BB

Tints of Fuchsia #C465BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 40.5%
G = 20.87%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C465BB (or 0xC465BB) is known color: Fuchsia. HEX triplet: C4, 65 and BB. RGB value is (196,101,187). Sum of RGB (Red+Green+Blue) = 196+101+187=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C465BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465BB is #3B9A44. Grayscale: #8A8A8A. Windows color (decimal): -3906117 or 12281284. OLE color: 12281284.

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

Color convert

RGB 196 101 187 -
CMYK 0 0.48 0.05 0.23
HSL 305.68º 0.45% 0.58% -
HSV(B) 305.68º 0.48% 0.77% -
XYZ 36.39 24.63 49.85 -
YUV 139.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 196 101 187 0 0.48 0.05 0.23 305.68 0.45 0.58
Hex C4 65 BB 0 30 5 17 132 2D 3A
Octal 304 145 273 0 60 5 27 462 55 72
Binary 11000100 1100101 10111011 0 110000 101 10111 100110010 101101 111010

Color Harmonies of #C465BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465BB

Black with #C465BB

Text Example


Text Example

White with #C465BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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