Html Css Color HEX #C569BE Fuchsia

📋 copy color: '#C569BE'

red 197 ◦ green 105 ◦ blue 190

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

Shades of Fuchsia #C569BE

Tints of Fuchsia #C569BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 40.04%
G = 21.34%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C569BE (or 0xC569BE) is known color: Fuchsia. HEX triplet: C5, 69 and BE. RGB value is (197,105,190). Sum of RGB (Red+Green+Blue) = 197+105+190=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C569BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569BE is #3A9641. Grayscale: #8D8D8D. Windows color (decimal): -3839554 or 12478917. OLE color: 12478917.

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

Color convert

RGB 197 105 190 -
CMYK 0 0.47 0.04 0.23
HSL 304.57º 0.44% 0.59% -
HSV(B) 304.57º 0.47% 0.77% -
XYZ 37.37 25.69 51.7 -
YUV 142.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 197 105 190 0 0.47 0.04 0.23 304.57 0.44 0.59
Hex C5 69 BE 0 2F 4 17 131 2C 3B
Octal 305 151 276 0 57 4 27 461 54 73
Binary 11000101 1101001 10111110 0 101111 100 10111 100110001 101100 111011

Color Harmonies of #C569BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C569BE

Black with #C569BE

Text Example


Text Example

White with #C569BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C569BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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