Html Css Color HEX #C569B0 Fuchsia

📋 copy color: '#C569B0'

red 197 ◦ green 105 ◦ blue 176

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

Shades of Fuchsia #C569B0

Tints of Fuchsia #C569B0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.97%

 BLUE value IS 176 (69.14% from 255) = 36.82%

R = 41.21%
G = 21.97%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C569B0 (or 0xC569B0) is known color: Fuchsia. HEX triplet: C5, 69 and B0. RGB value is (197,105,176). Sum of RGB (Red+Green+Blue) = 197+105+176=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C569B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C569B0 is #3A964F. Grayscale: #8C8C8C. Windows color (decimal): -3839568 or 11561413. OLE color: 11561413.

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

Color convert

RGB 197 105 176 -
CMYK 0 0.47 0.11 0.23
HSL 313.7º 0.44% 0.59% -
HSV(B) 313.7º 0.47% 0.77% -
XYZ 35.91 25.11 44.03 -
YUV 140.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 197 105 176 0 0.47 0.11 0.23 313.7 0.44 0.59
Hex C5 69 B0 0 2F B 17 13A 2C 3B
Octal 305 151 260 0 57 13 27 472 54 73
Binary 11000101 1101001 10110000 0 101111 1011 10111 100111010 101100 111011

Color Harmonies of #C569B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C569B0

Black with #C569B0

Text Example


Text Example

White with #C569B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C569B0; }

 p { color: rgb(197,105,176); }

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

background-color css

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

 a { background-color: rgb(197,105,176); }

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

border-color css

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

 span { border-color: rgb(197,105,176); }

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