Html Css Color HEX #C264C6 Fuchsia

📋 copy color: '#C264C6'

red 194 ◦ green 100 ◦ blue 198

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

Shades of Fuchsia #C264C6

Tints of Fuchsia #C264C6

RGB

 RED value IS 194 (76.17% from 255) = 39.43%

 GREEN value IS 100 (39.45% from 255) = 20.33%

 BLUE value IS 198 (77.73% from 255) = 40.24%

R = 39.43%
G = 20.33%
B = 40.24%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C264C6 (or 0xC264C6) is known color: Fuchsia. HEX triplet: C2, 64 and C6. RGB value is (194,100,198). Sum of RGB (Red+Green+Blue) = 194+100+198=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #C264C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264C6 is #3D9B39. Grayscale: #8A8A8A. Windows color (decimal): -4037434 or 13001922. OLE color: 13001922.

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

Color convert

RGB 194 100 198 -
CMYK 0.02 0.49 0 0.22
HSL 297.55º 0.46% 0.58% -
HSV(B) 297.55º 0.49% 0.78% -
XYZ 37 24.66 56.24 -
YUV 139.28 161.14 167.03 -
System Red Green Blue C M Y K H S L
Decimal 194 100 198 0.02 0.49 0 0.22 297.55 0.46 0.58
Hex C2 64 C6 2 31 0 16 12A 2E 3A
Octal 302 144 306 2 61 0 26 452 56 72
Binary 11000010 1100100 11000110 10 110001 0 10110 100101010 101110 111010

Color Harmonies of #C264C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264C6

Black with #C264C6

Text Example


Text Example

White with #C264C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264C6; }

 p { color: rgb(194,100,198); }

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

background-color css

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

 a { background-color: rgb(194,100,198); }

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

border-color css

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

 span { border-color: rgb(194,100,198); }

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