Html Css Color HEX #C665AD Fuchsia

📋 copy color: '#C665AD'

red 198 ◦ green 101 ◦ blue 173

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

Shades of Fuchsia #C665AD

Tints of Fuchsia #C665AD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.4%

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

R = 41.95%
G = 21.4%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C665AD (or 0xC665AD) is known color: Fuchsia. HEX triplet: C6, 65 and AD. RGB value is (198,101,173). Sum of RGB (Red+Green+Blue) = 198+101+173=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C665AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C665AD is #399A52. Grayscale: #8A8A8A. Windows color (decimal): -3775059 or 11363782. OLE color: 11363782.

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

Color convert

RGB 198 101 173 -
CMYK 0 0.49 0.13 0.22
HSL 315.46º 0.46% 0.59% -
HSV(B) 315.46º 0.49% 0.78% -
XYZ 35.49 24.33 42.36 -
YUV 138.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 198 101 173 0 0.49 0.13 0.22 315.46 0.46 0.59
Hex C6 65 AD 0 31 D 16 13B 2E 3B
Octal 306 145 255 0 61 15 26 473 56 73
Binary 11000110 1100101 10101101 0 110001 1101 10110 100111011 101110 111011

Color Harmonies of #C665AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665AD

Black with #C665AD

Text Example


Text Example

White with #C665AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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