Html Css Color HEX #C65ABA Fuchsia

📋 copy color: '#C65ABA'

red 198 ◦ green 90 ◦ blue 186

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

Shades of Fuchsia #C65ABA

Tints of Fuchsia #C65ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 41.77%
G = 18.99%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C65ABA (or 0xC65ABA) is known color: Fuchsia. HEX triplet: C6, 5A and BA. RGB value is (198,90,186). Sum of RGB (Red+Green+Blue) = 198+90+186=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C65ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ABA is #39A545. Grayscale: #848484. Windows color (decimal): -3777862 or 12212934. OLE color: 12212934.

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

Color convert

RGB 198 90 186 -
CMYK 0 0.55 0.06 0.22
HSL 306.67º 0.49% 0.56% -
HSV(B) 306.67º 0.55% 0.78% -
XYZ 35.81 22.86 48.98 -
YUV 133.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 198 90 186 0 0.55 0.06 0.22 306.67 0.49 0.56
Hex C6 5A BA 0 37 6 16 133 31 38
Octal 306 132 272 0 67 6 26 463 61 70
Binary 11000110 1011010 10111010 0 110111 110 10110 100110011 110001 111000

Color Harmonies of #C65ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65ABA

Black with #C65ABA

Text Example


Text Example

White with #C65ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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