Html Css Color HEX #C66ABA Fuchsia

📋 copy color: '#C66ABA'

red 198 ◦ green 106 ◦ blue 186

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

Shades of Fuchsia #C66ABA

Tints of Fuchsia #C66ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.63%

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 40.41%
G = 21.63%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C66ABA (or 0xC66ABA) is known color: Fuchsia. HEX triplet: C6, 6A and BA. RGB value is (198,106,186). Sum of RGB (Red+Green+Blue) = 198+106+186=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C66ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ABA is #399545. Grayscale: #8E8E8E. Windows color (decimal): -3773766 or 12217030. OLE color: 12217030.

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

Color convert

RGB 198 106 186 -
CMYK 0 0.46 0.06 0.22
HSL 307.83º 0.45% 0.6% -
HSV(B) 307.83º 0.46% 0.78% -
XYZ 37.31 25.86 49.48 -
YUV 142.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 198 106 186 0 0.46 0.06 0.22 307.83 0.45 0.6
Hex C6 6A BA 0 2E 6 16 134 2D 3C
Octal 306 152 272 0 56 6 26 464 55 74
Binary 11000110 1101010 10111010 0 101110 110 10110 100110100 101101 111100

Color Harmonies of #C66ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66ABA

Black with #C66ABA

Text Example


Text Example

White with #C66ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66ABA; }

 p { color: rgb(198,106,186); }

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

background-color css

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

 a { background-color: rgb(198,106,186); }

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

border-color css

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

 span { border-color: rgb(198,106,186); }

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