Html Css Color HEX #C65BA8 Fuchsia

📋 copy color: '#C65BA8'

red 198 ◦ green 91 ◦ blue 168

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

Shades of Fuchsia #C65BA8

Tints of Fuchsia #C65BA8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.91%

 BLUE value IS 168 (66.02% from 255) = 36.76%

R = 43.33%
G = 19.91%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C65BA8 (or 0xC65BA8) is known color: Fuchsia. HEX triplet: C6, 5B and A8. RGB value is (198,91,168). Sum of RGB (Red+Green+Blue) = 198+91+168=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65BA8 is #39A457. Grayscale: #838383. Windows color (decimal): -3777624 or 11033542. OLE color: 11033542.

HSL color Cylindrical-coordinate representation of color #C65BA8: hue angle of 316.82º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65BA8 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 91 168 -
CMYK 0 0.54 0.15 0.22
HSL 316.82º 0.48% 0.57% -
HSV(B) 316.82º 0.54% 0.78% -
XYZ 34.1 22.32 39.56 -
YUV 131.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 198 91 168 0 0.54 0.15 0.22 316.82 0.48 0.57
Hex C6 5B A8 0 36 F 16 13D 30 39
Octal 306 133 250 0 66 17 26 475 60 71
Binary 11000110 1011011 10101000 0 110110 1111 10110 100111101 110000 111001

Color Harmonies of #C65BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BA8

Black with #C65BA8

Text Example


Text Example

White with #C65BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BA8; }

 p { color: rgb(198,91,168); }

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

background-color css

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

 a { background-color: rgb(198,91,168); }

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

border-color css

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

 span { border-color: rgb(198,91,168); }

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