Html Css Color HEX #C465C9 Fuchsia

📋 copy color: '#C465C9'

red 196 ◦ green 101 ◦ blue 201

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

Shades of Fuchsia #C465C9

Tints of Fuchsia #C465C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.36%

R = 39.36%
G = 20.28%
B = 40.36%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C465C9 (or 0xC465C9) is known color: Fuchsia. HEX triplet: C4, 65 and C9. RGB value is (196,101,201). Sum of RGB (Red+Green+Blue) = 196+101+201=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #C465C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465C9 is #3B9A36. Grayscale: #8C8C8C. Windows color (decimal): -3906103 or 13198788. OLE color: 13198788.

HSL color Cylindrical-coordinate representation of color #C465C9: hue angle of 297º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C465C9 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 101 201 -
CMYK 0.02 0.50 0 0.21
HSL 297º 0.48% 0.59% -
HSV(B) 297º 0.5% 0.79% -
XYZ 37.96 25.26 58.13 -
YUV 140.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 196 101 201 0.02 0.50 0 0.21 297 0.48 0.59
Hex C4 65 C9 2 32 0 15 129 30 3B
Octal 304 145 311 2 62 0 25 451 60 73
Binary 11000100 1100101 11001001 10 110010 0 10101 100101001 110000 111011

Color Harmonies of #C465C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465C9

Black with #C465C9

Text Example


Text Example

White with #C465C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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