Html Css Color HEX #C565BA Fuchsia

📋 copy color: '#C565BA'

red 197 ◦ green 101 ◦ blue 186

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

Shades of Fuchsia #C565BA

Tints of Fuchsia #C565BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 40.7%
G = 20.87%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C565BA (or 0xC565BA) is known color: Fuchsia. HEX triplet: C5, 65 and BA. RGB value is (197,101,186). Sum of RGB (Red+Green+Blue) = 197+101+186=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C565BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565BA is #3A9A45. Grayscale: #8B8B8B. Windows color (decimal): -3840582 or 12215749. OLE color: 12215749.

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

Color convert

RGB 197 101 186 -
CMYK 0 0.49 0.06 0.23
HSL 306.88º 0.45% 0.58% -
HSV(B) 306.88º 0.49% 0.77% -
XYZ 36.54 24.72 49.3 -
YUV 139.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 197 101 186 0 0.49 0.06 0.23 306.88 0.45 0.58
Hex C5 65 BA 0 31 6 17 133 2D 3A
Octal 305 145 272 0 61 6 27 463 55 72
Binary 11000101 1100101 10111010 0 110001 110 10111 100110011 101101 111010

Color Harmonies of #C565BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565BA

Black with #C565BA

Text Example


Text Example

White with #C565BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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