Html Css Color HEX #C56ACB Fuchsia

📋 copy color: '#C56ACB'

red 197 ◦ green 106 ◦ blue 203

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

Shades of Fuchsia #C56ACB

Tints of Fuchsia #C56ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.95%

 BLUE value IS 203 (79.69% from 255) = 40.12%

R = 38.93%
G = 20.95%
B = 40.12%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C56ACB (or 0xC56ACB) is known color: Fuchsia. HEX triplet: C5, 6A and CB. RGB value is (197,106,203). Sum of RGB (Red+Green+Blue) = 197+106+203=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #C56ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ACB is #3A9534. Grayscale: #8F8F8F. Windows color (decimal): -3839285 or 13331141. OLE color: 13331141.

HSL color Cylindrical-coordinate representation of color #C56ACB: hue angle of 296.29º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56ACB is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 106 203 -
CMYK 0.03 0.48 0 0.20
HSL 296.29º 0.48% 0.61% -
HSV(B) 296.29º 0.48% 0.8% -
XYZ 38.96 26.49 59.56 -
YUV 144.27 161.15 165.61 -
System Red Green Blue C M Y K H S L
Decimal 197 106 203 0.03 0.48 0 0.20 296.29 0.48 0.61
Hex C5 6A CB 3 30 0 14 128 30 3D
Octal 305 152 313 3 60 0 24 450 60 75
Binary 11000101 1101010 11001011 11 110000 0 10100 100101000 110000 111101

Color Harmonies of #C56ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56ACB

Black with #C56ACB

Text Example


Text Example

White with #C56ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56ACB; }

 p { color: rgb(197,106,203); }

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

background-color css

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

 a { background-color: rgb(197,106,203); }

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

border-color css

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

 span { border-color: rgb(197,106,203); }

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