Html Css Color HEX #C56CC7 Fuchsia

📋 copy color: '#C56CC7'

red 197 ◦ green 108 ◦ blue 199

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

Shades of Fuchsia #C56CC7

Tints of Fuchsia #C56CC7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.43%

 BLUE value IS 199 (78.13% from 255) = 39.48%

R = 39.09%
G = 21.43%
B = 39.48%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C56CC7 (or 0xC56CC7) is known color: Fuchsia. HEX triplet: C5, 6C and C7. RGB value is (197,108,199). Sum of RGB (Red+Green+Blue) = 197+108+199=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 199 - color contains mainly: blue. Hex color #C56CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CC7 is #3A9338. Grayscale: #909090. Windows color (decimal): -3838777 or 13069509. OLE color: 13069509.

HSL color Cylindrical-coordinate representation of color #C56CC7: hue angle of 298.68º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56CC7 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 108 199 -
CMYK 0.01 0.46 0 0.22
HSL 298.68º 0.45% 0.6% -
HSV(B) 298.68º 0.46% 0.78% -
XYZ 38.7 26.72 57.15 -
YUV 144.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 197 108 199 0.01 0.46 0 0.22 298.68 0.45 0.6
Hex C5 6C C7 1 2E 0 16 12B 2D 3C
Octal 305 154 307 1 56 0 26 453 55 74
Binary 11000101 1101100 11000111 1 101110 0 10110 100101011 101101 111100

Color Harmonies of #C56CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56CC7

Black with #C56CC7

Text Example


Text Example

White with #C56CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56CC7; }

 p { color: rgb(197,108,199); }

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

background-color css

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

 a { background-color: rgb(197,108,199); }

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

border-color css

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

 span { border-color: rgb(197,108,199); }

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