Html Css Color HEX #C56BBB Fuchsia

📋 copy color: '#C56BBB'

red 197 ◦ green 107 ◦ blue 187

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

Shades of Fuchsia #C56BBB

Tints of Fuchsia #C56BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.79%

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 40.12%
G = 21.79%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C56BBB (or 0xC56BBB) is known color: Fuchsia. HEX triplet: C5, 6B and BB. RGB value is (197,107,187). Sum of RGB (Red+Green+Blue) = 197+107+187=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C56BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BBB is #3A9444. Grayscale: #8E8E8E. Windows color (decimal): -3839045 or 12282821. OLE color: 12282821.

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

Color convert

RGB 197 107 187 -
CMYK 0 0.46 0.05 0.23
HSL 306.67º 0.44% 0.6% -
HSV(B) 306.67º 0.46% 0.77% -
XYZ 37.25 25.97 50.06 -
YUV 143.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 197 107 187 0 0.46 0.05 0.23 306.67 0.44 0.6
Hex C5 6B BB 0 2E 5 17 133 2C 3C
Octal 305 153 273 0 56 5 27 463 54 74
Binary 11000101 1101011 10111011 0 101110 101 10111 100110011 101100 111100

Color Harmonies of #C56BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56BBB

Black with #C56BBB

Text Example


Text Example

White with #C56BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56BBB; }

 p { color: rgb(197,107,187); }

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

background-color css

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

 a { background-color: rgb(197,107,187); }

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

border-color css

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

 span { border-color: rgb(197,107,187); }

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