Html Css Color HEX #C565AC Fuchsia

📋 copy color: '#C565AC'

red 197 ◦ green 101 ◦ blue 172

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

Shades of Fuchsia #C565AC

Tints of Fuchsia #C565AC

RGB

 RED value IS 197 (77.34% from 255) = 41.91%

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

 BLUE value IS 172 (67.58% from 255) = 36.6%

R = 41.91%
G = 21.49%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C565AC (or 0xC565AC) is known color: Fuchsia. HEX triplet: C5, 65 and AC. RGB value is (197,101,172). Sum of RGB (Red+Green+Blue) = 197+101+172=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C565AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C565AC is #3A9A53. Grayscale: #898989. Windows color (decimal): -3840596 or 11298245. OLE color: 11298245.

HSL color Cylindrical-coordinate representation of color #C565AC: hue angle of 315.62º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C565AC is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 101 172 -
CMYK 0 0.49 0.13 0.23
HSL 315.63º 0.45% 0.58% -
HSV(B) 315.63º 0.49% 0.77% -
XYZ 35.13 24.16 41.84 -
YUV 137.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 197 101 172 0 0.49 0.13 0.23 315.63 0.45 0.58
Hex C5 65 AC 0 31 D 17 13C 2D 3A
Octal 305 145 254 0 61 15 27 474 55 72
Binary 11000101 1100101 10101100 0 110001 1101 10111 100111100 101101 111010

Color Harmonies of #C565AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565AC

Black with #C565AC

Text Example


Text Example

White with #C565AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565AC; }

 p { color: rgb(197,101,172); }

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

background-color css

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

 a { background-color: rgb(197,101,172); }

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

border-color css

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

 span { border-color: rgb(197,101,172); }

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