Html Css Color HEX #C65ABE Fuchsia

📋 copy color: '#C65ABE'

red 198 ◦ green 90 ◦ blue 190

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

Shades of Fuchsia #C65ABE

Tints of Fuchsia #C65ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 41.42%
G = 18.83%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C65ABE (or 0xC65ABE) is known color: Fuchsia. HEX triplet: C6, 5A and BE. RGB value is (198,90,190). Sum of RGB (Red+Green+Blue) = 198+90+190=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C65ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ABE is #39A541. Grayscale: #858585. Windows color (decimal): -3777858 or 12475078. OLE color: 12475078.

HSL color Cylindrical-coordinate representation of color #C65ABE: hue angle of 304.44º 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 #C65ABE is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 90 190 -
CMYK 0 0.55 0.04 0.22
HSL 304.44º 0.49% 0.56% -
HSV(B) 304.44º 0.55% 0.78% -
XYZ 36.24 23.04 51.25 -
YUV 133.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 198 90 190 0 0.55 0.04 0.22 304.44 0.49 0.56
Hex C6 5A BE 0 37 4 16 130 31 38
Octal 306 132 276 0 67 4 26 460 61 70
Binary 11000110 1011010 10111110 0 110111 100 10110 100110000 110001 111000

Color Harmonies of #C65ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65ABE

Black with #C65ABE

Text Example


Text Example

White with #C65ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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