Html Css Color HEX #C567AB Fuchsia

📋 copy color: '#C567AB'

red 197 ◦ green 103 ◦ blue 171

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

Shades of Fuchsia #C567AB

Tints of Fuchsia #C567AB

RGB

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

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

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

R = 41.83%
G = 21.87%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C567AB (or 0xC567AB) is known color: Fuchsia. HEX triplet: C5, 67 and AB. RGB value is (197,103,171). Sum of RGB (Red+Green+Blue) = 197+103+171=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C567AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C567AB is #3A9854. Grayscale: #8A8A8A. Windows color (decimal): -3840085 or 11233221. OLE color: 11233221.

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

Color convert

RGB 197 103 171 -
CMYK 0 0.48 0.13 0.23
HSL 316.6º 0.45% 0.59% -
HSV(B) 316.6º 0.48% 0.77% -
XYZ 35.23 24.51 41.4 -
YUV 138.86 146.14 169.47 -
System Red Green Blue C M Y K H S L
Decimal 197 103 171 0 0.48 0.13 0.23 316.6 0.45 0.59
Hex C5 67 AB 0 30 D 17 13D 2D 3B
Octal 305 147 253 0 60 15 27 475 55 73
Binary 11000101 1100111 10101011 0 110000 1101 10111 100111101 101101 111011

Color Harmonies of #C567AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C567AB

Black with #C567AB

Text Example


Text Example

White with #C567AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C567AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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