Html Css Color HEX #C65DAC Fuchsia

📋 copy color: '#C65DAC'

red 198 ◦ green 93 ◦ blue 172

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

Shades of Fuchsia #C65DAC

Tints of Fuchsia #C65DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.09%

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 42.76%
G = 20.09%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C65DAC (or 0xC65DAC) is known color: Fuchsia. HEX triplet: C6, 5D and AC. RGB value is (198,93,172). Sum of RGB (Red+Green+Blue) = 198+93+172=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C65DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65DAC is #39A253. Grayscale: #858585. Windows color (decimal): -3777108 or 11296198. OLE color: 11296198.

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

Color convert

RGB 198 93 172 -
CMYK 0 0.53 0.13 0.22
HSL 314.86º 0.48% 0.57% -
HSV(B) 314.86º 0.53% 0.78% -
XYZ 34.65 22.81 41.61 -
YUV 133.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 198 93 172 0 0.53 0.13 0.22 314.86 0.48 0.57
Hex C6 5D AC 0 35 D 16 13B 30 39
Octal 306 135 254 0 65 15 26 473 60 71
Binary 11000110 1011101 10101100 0 110101 1101 10110 100111011 110000 111001

Color Harmonies of #C65DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DAC

Black with #C65DAC

Text Example


Text Example

White with #C65DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DAC; }

 p { color: rgb(198,93,172); }

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

background-color css

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

 a { background-color: rgb(198,93,172); }

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

border-color css

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

 span { border-color: rgb(198,93,172); }

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