Html Css Color HEX #C465BD Fuchsia

📋 copy color: '#C465BD'

red 196 ◦ green 101 ◦ blue 189

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

Shades of Fuchsia #C465BD

Tints of Fuchsia #C465BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.89%

R = 40.33%
G = 20.78%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C465BD (or 0xC465BD) is known color: Fuchsia. HEX triplet: C4, 65 and BD. RGB value is (196,101,189). Sum of RGB (Red+Green+Blue) = 196+101+189=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C465BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465BD is #3B9A42. Grayscale: #8B8B8B. Windows color (decimal): -3906115 or 12412356. OLE color: 12412356.

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

Color convert

RGB 196 101 189 -
CMYK 0 0.48 0.04 0.23
HSL 304.42º 0.45% 0.58% -
HSV(B) 304.42º 0.48% 0.77% -
XYZ 36.6 24.72 50.99 -
YUV 139.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 196 101 189 0 0.48 0.04 0.23 304.42 0.45 0.58
Hex C4 65 BD 0 30 4 17 130 2D 3A
Octal 304 145 275 0 60 4 27 460 55 72
Binary 11000100 1100101 10111101 0 110000 100 10111 100110000 101101 111010

Color Harmonies of #C465BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465BD

Black with #C465BD

Text Example


Text Example

White with #C465BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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