Html Css Color HEX #C569C9 Fuchsia

📋 copy color: '#C569C9'

red 197 ◦ green 105 ◦ blue 201

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

Shades of Fuchsia #C569C9

Tints of Fuchsia #C569C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.96%

R = 39.17%
G = 20.87%
B = 39.96%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C569C9 (or 0xC569C9) is known color: Fuchsia. HEX triplet: C5, 69 and C9. RGB value is (197,105,201). Sum of RGB (Red+Green+Blue) = 197+105+201=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #C569C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569C9 is #3A9636. Grayscale: #8F8F8F. Windows color (decimal): -3839543 or 13199813. OLE color: 13199813.

HSL color Cylindrical-coordinate representation of color #C569C9: hue angle of 297.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C569C9 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 105 201 -
CMYK 0.02 0.48 0 0.21
HSL 297.5º 0.47% 0.6% -
HSV(B) 297.5º 0.48% 0.79% -
XYZ 38.62 26.19 58.28 -
YUV 143.45 160.48 166.19 -
System Red Green Blue C M Y K H S L
Decimal 197 105 201 0.02 0.48 0 0.21 297.5 0.47 0.6
Hex C5 69 C9 2 30 0 15 12A 2F 3C
Octal 305 151 311 2 60 0 25 452 57 74
Binary 11000101 1101001 11001001 10 110000 0 10101 100101010 101111 111100

Color Harmonies of #C569C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C569C9

Black with #C569C9

Text Example


Text Example

White with #C569C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C569C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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