Html Css Color HEX #C65BAD Fuchsia

📋 copy color: '#C65BAD'

red 198 ◦ green 91 ◦ blue 173

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

Shades of Fuchsia #C65BAD

Tints of Fuchsia #C65BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 42.86%
G = 19.7%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C65BAD (or 0xC65BAD) is known color: Fuchsia. HEX triplet: C6, 5B and AD. RGB value is (198,91,173). Sum of RGB (Red+Green+Blue) = 198+91+173=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65BAD is #39A452. Grayscale: #848484. Windows color (decimal): -3777619 or 11361222. OLE color: 11361222.

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

Color convert

RGB 198 91 173 -
CMYK 0 0.54 0.13 0.22
HSL 314.02º 0.48% 0.57% -
HSV(B) 314.02º 0.54% 0.78% -
XYZ 34.57 22.51 42.06 -
YUV 132.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 198 91 173 0 0.54 0.13 0.22 314.02 0.48 0.57
Hex C6 5B AD 0 36 D 16 13A 30 39
Octal 306 133 255 0 66 15 26 472 60 71
Binary 11000110 1011011 10101101 0 110110 1101 10110 100111010 110000 111001

Color Harmonies of #C65BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BAD

Black with #C65BAD

Text Example


Text Example

White with #C65BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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