Html Css Color HEX #C65DAA Fuchsia

📋 copy color: '#C65DAA'

red 198 ◦ green 93 ◦ blue 170

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

Shades of Fuchsia #C65DAA

Tints of Fuchsia #C65DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 42.95%
G = 20.17%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C65DAA (or 0xC65DAA) is known color: Fuchsia. HEX triplet: C6, 5D and AA. RGB value is (198,93,170). Sum of RGB (Red+Green+Blue) = 198+93+170=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C65DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65DAA is #39A255. Grayscale: #848484. Windows color (decimal): -3777110 or 11165126. OLE color: 11165126.

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

Color convert

RGB 198 93 170 -
CMYK 0 0.53 0.14 0.22
HSL 316º 0.48% 0.57% -
HSV(B) 316º 0.53% 0.78% -
XYZ 34.46 22.74 40.6 -
YUV 133.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 198 93 170 0 0.53 0.14 0.22 316 0.48 0.57
Hex C6 5D AA 0 35 E 16 13C 30 39
Octal 306 135 252 0 65 16 26 474 60 71
Binary 11000110 1011101 10101010 0 110101 1110 10110 100111100 110000 111001

Color Harmonies of #C65DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DAA

Black with #C65DAA

Text Example


Text Example

White with #C65DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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