Html Css Color HEX #C565AF Fuchsia

📋 copy color: '#C565AF'

red 197 ◦ green 101 ◦ blue 175

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

Shades of Fuchsia #C565AF

Tints of Fuchsia #C565AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37%

R = 41.65%
G = 21.35%
B = 37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C565AF (or 0xC565AF) is known color: Fuchsia. HEX triplet: C5, 65 and AF. RGB value is (197,101,175). Sum of RGB (Red+Green+Blue) = 197+101+175=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C565AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C565AF is #3A9A50. Grayscale: #898989. Windows color (decimal): -3840593 or 11494853. OLE color: 11494853.

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

Color convert

RGB 197 101 175 -
CMYK 0 0.49 0.11 0.23
HSL 313.75º 0.45% 0.58% -
HSV(B) 313.75º 0.49% 0.77% -
XYZ 35.42 24.27 43.38 -
YUV 138.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 197 101 175 0 0.49 0.11 0.23 313.75 0.45 0.58
Hex C5 65 AF 0 31 B 17 13A 2D 3A
Octal 305 145 257 0 61 13 27 472 55 72
Binary 11000101 1100101 10101111 0 110001 1011 10111 100111010 101101 111010

Color Harmonies of #C565AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565AF

Black with #C565AF

Text Example


Text Example

White with #C565AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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