Html Css Color HEX #C65AC1 Fuchsia

📋 copy color: '#C65AC1'

red 198 ◦ green 90 ◦ blue 193

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

Shades of Fuchsia #C65AC1

Tints of Fuchsia #C65AC1

RGB

 RED value IS 198 (77.73% from 255) = 41.16%

 GREEN value IS 90 (35.55% from 255) = 18.71%

 BLUE value IS 193 (75.78% from 255) = 40.12%

R = 41.16%
G = 18.71%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C65AC1 (or 0xC65AC1) is known color: Fuchsia. HEX triplet: C6, 5A and C1. RGB value is (198,90,193). Sum of RGB (Red+Green+Blue) = 198+90+193=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C65AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65AC1 is #39A53E. Grayscale: #858585. Windows color (decimal): -3777855 or 12671686. OLE color: 12671686.

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

Color convert

RGB 198 90 193 -
CMYK 0 0.55 0.03 0.22
HSL 302.78º 0.49% 0.56% -
HSV(B) 302.78º 0.55% 0.78% -
XYZ 36.57 23.17 53 -
YUV 134.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 198 90 193 0 0.55 0.03 0.22 302.78 0.49 0.56
Hex C6 5A C1 0 37 3 16 12F 31 38
Octal 306 132 301 0 67 3 26 457 61 70
Binary 11000110 1011010 11000001 0 110111 11 10110 100101111 110001 111000

Color Harmonies of #C65AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65AC1

Black with #C65AC1

Text Example


Text Example

White with #C65AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65AC1; }

 p { color: rgb(198,90,193); }

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

background-color css

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

 a { background-color: rgb(198,90,193); }

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

border-color css

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

 span { border-color: rgb(198,90,193); }

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