Html Css Color HEX #C565AB Fuchsia

📋 copy color: '#C565AB'

red 197 ◦ green 101 ◦ blue 171

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

Shades of Fuchsia #C565AB

Tints of Fuchsia #C565AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 42%
G = 21.54%
B = 36.46%

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

#C565AB (or 0xC565AB) is known color: Fuchsia. HEX triplet: C5, 65 and AB. RGB value is (197,101,171). Sum of RGB (Red+Green+Blue) = 197+101+171=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C565AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C565AB is #3A9A54. Grayscale: #898989. Windows color (decimal): -3840597 or 11232709. OLE color: 11232709.

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

Color convert

RGB 197 101 171 -
CMYK 0 0.49 0.13 0.23
HSL 316.25º 0.45% 0.58% -
HSV(B) 316.25º 0.49% 0.77% -
XYZ 35.03 24.12 41.34 -
YUV 137.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 197 101 171 0 0.49 0.13 0.23 316.25 0.45 0.58
Hex C5 65 AB 0 31 D 17 13C 2D 3A
Octal 305 145 253 0 61 15 27 474 55 72
Binary 11000101 1100101 10101011 0 110001 1101 10111 100111100 101101 111010

Color Harmonies of #C565AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565AB

Black with #C565AB

Text Example


Text Example

White with #C565AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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