Html Css Color HEX #C56BCA Fuchsia

📋 copy color: '#C56BCA'

red 197 ◦ green 107 ◦ blue 202

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

Shades of Fuchsia #C56BCA

Tints of Fuchsia #C56BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.92%

R = 38.93%
G = 21.15%
B = 39.92%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C56BCA (or 0xC56BCA) is known color: Fuchsia. HEX triplet: C5, 6B and CA. RGB value is (197,107,202). Sum of RGB (Red+Green+Blue) = 197+107+202=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #C56BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BCA is #3A9435. Grayscale: #909090. Windows color (decimal): -3839030 or 13265861. OLE color: 13265861.

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

Color convert

RGB 197 107 202 -
CMYK 0.02 0.47 0 0.21
HSL 296.84º 0.47% 0.61% -
HSV(B) 296.84º 0.47% 0.79% -
XYZ 38.94 26.65 58.97 -
YUV 144.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 197 107 202 0.02 0.47 0 0.21 296.84 0.47 0.61
Hex C5 6B CA 2 2F 0 15 129 2F 3D
Octal 305 153 312 2 57 0 25 451 57 75
Binary 11000101 1101011 11001010 10 101111 0 10101 100101001 101111 111101

Color Harmonies of #C56BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56BCA

Black with #C56BCA

Text Example


Text Example

White with #C56BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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