Html Css Color HEX #C566BA Fuchsia

📋 copy color: '#C566BA'

red 197 ◦ green 102 ◦ blue 186

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

Shades of Fuchsia #C566BA

Tints of Fuchsia #C566BA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.03%

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 40.62%
G = 21.03%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C566BA (or 0xC566BA) is known color: Fuchsia. HEX triplet: C5, 66 and BA. RGB value is (197,102,186). Sum of RGB (Red+Green+Blue) = 197+102+186=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C566BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566BA is #3A9945. Grayscale: #8B8B8B. Windows color (decimal): -3840326 or 12216005. OLE color: 12216005.

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

Color convert

RGB 197 102 186 -
CMYK 0 0.48 0.06 0.23
HSL 306.95º 0.45% 0.59% -
HSV(B) 306.95º 0.48% 0.77% -
XYZ 36.64 24.92 49.33 -
YUV 139.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 197 102 186 0 0.48 0.06 0.23 306.95 0.45 0.59
Hex C5 66 BA 0 30 6 17 133 2D 3B
Octal 305 146 272 0 60 6 27 463 55 73
Binary 11000101 1100110 10111010 0 110000 110 10111 100110011 101101 111011

Color Harmonies of #C566BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C566BA

Black with #C566BA

Text Example


Text Example

White with #C566BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C566BA; }

 p { color: rgb(197,102,186); }

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

background-color css

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

 a { background-color: rgb(197,102,186); }

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

border-color css

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

 span { border-color: rgb(197,102,186); }

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