Html Css Color HEX #C666AD Fuchsia

📋 copy color: '#C666AD'

red 198 ◦ green 102 ◦ blue 173

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

Shades of Fuchsia #C666AD

Tints of Fuchsia #C666AD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.56%

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

R = 41.86%
G = 21.56%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C666AD (or 0xC666AD) is known color: Fuchsia. HEX triplet: C6, 66 and AD. RGB value is (198,102,173). Sum of RGB (Red+Green+Blue) = 198+102+173=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C666AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C666AD is #399952. Grayscale: #8A8A8A. Windows color (decimal): -3774803 or 11364038. OLE color: 11364038.

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

Color convert

RGB 198 102 173 -
CMYK 0 0.48 0.13 0.22
HSL 315.63º 0.46% 0.59% -
HSV(B) 315.63º 0.48% 0.78% -
XYZ 35.58 24.53 42.39 -
YUV 138.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 198 102 173 0 0.48 0.13 0.22 315.63 0.46 0.59
Hex C6 66 AD 0 30 D 16 13C 2E 3B
Octal 306 146 255 0 60 15 26 474 56 73
Binary 11000110 1100110 10101101 0 110000 1101 10110 100111100 101110 111011

Color Harmonies of #C666AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C666AD

Black with #C666AD

Text Example


Text Example

White with #C666AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C666AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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