Html Css Color HEX #C569B6 Fuchsia

📋 copy color: '#C569B6'

red 197 ◦ green 105 ◦ blue 182

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

Shades of Fuchsia #C569B6

Tints of Fuchsia #C569B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.6%

R = 40.7%
G = 21.69%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C569B6 (or 0xC569B6) is known color: Fuchsia. HEX triplet: C5, 69 and B6. RGB value is (197,105,182). Sum of RGB (Red+Green+Blue) = 197+105+182=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C569B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569B6 is #3A9649. Grayscale: #8D8D8D. Windows color (decimal): -3839562 or 11954629. OLE color: 11954629.

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

Color convert

RGB 197 105 182 -
CMYK 0 0.47 0.08 0.23
HSL 309.78º 0.44% 0.59% -
HSV(B) 309.78º 0.47% 0.77% -
XYZ 36.52 25.35 47.22 -
YUV 141.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 197 105 182 0 0.47 0.08 0.23 309.78 0.44 0.59
Hex C5 69 B6 0 2F 8 17 136 2C 3B
Octal 305 151 266 0 57 10 27 466 54 73
Binary 11000101 1101001 10110110 0 101111 1000 10111 100110110 101100 111011

Color Harmonies of #C569B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C569B6

Black with #C569B6

Text Example


Text Example

White with #C569B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C569B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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