Html Css Color HEX #C567AF Fuchsia

📋 copy color: '#C567AF'

red 197 ◦ green 103 ◦ blue 175

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

Shades of Fuchsia #C567AF

Tints of Fuchsia #C567AF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.68%

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

R = 41.47%
G = 21.68%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C567AF (or 0xC567AF) is known color: Fuchsia. HEX triplet: C5, 67 and AF. RGB value is (197,103,175). Sum of RGB (Red+Green+Blue) = 197+103+175=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C567AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C567AF is #3A9850. Grayscale: #8B8B8B. Windows color (decimal): -3840081 or 11495365. OLE color: 11495365.

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

Color convert

RGB 197 103 175 -
CMYK 0 0.48 0.11 0.23
HSL 314.04º 0.45% 0.59% -
HSV(B) 314.04º 0.48% 0.77% -
XYZ 35.61 24.67 43.44 -
YUV 139.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 197 103 175 0 0.48 0.11 0.23 314.04 0.45 0.59
Hex C5 67 AF 0 30 B 17 13A 2D 3B
Octal 305 147 257 0 60 13 27 472 55 73
Binary 11000101 1100111 10101111 0 110000 1011 10111 100111010 101101 111011

Color Harmonies of #C567AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C567AF

Black with #C567AF

Text Example


Text Example

White with #C567AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C567AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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