Html Css Color HEX #C66AC2 Fuchsia

📋 copy color: '#C66AC2'

red 198 ◦ green 106 ◦ blue 194

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

Shades of Fuchsia #C66AC2

Tints of Fuchsia #C66AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.96%

R = 39.76%
G = 21.29%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C66AC2 (or 0xC66AC2) is known color: Fuchsia. HEX triplet: C6, 6A and C2. RGB value is (198,106,194). Sum of RGB (Red+Green+Blue) = 198+106+194=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C66AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66AC2 is #39953D. Grayscale: #8F8F8F. Windows color (decimal): -3773758 or 12741318. OLE color: 12741318.

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

Color convert

RGB 198 106 194 -
CMYK 0 0.46 0.02 0.22
HSL 302.61º 0.45% 0.6% -
HSV(B) 302.61º 0.46% 0.78% -
XYZ 38.18 26.21 54.09 -
YUV 143.54 156.48 166.84 -
System Red Green Blue C M Y K H S L
Decimal 198 106 194 0 0.46 0.02 0.22 302.61 0.45 0.6
Hex C6 6A C2 0 2E 2 16 12F 2D 3C
Octal 306 152 302 0 56 2 26 457 55 74
Binary 11000110 1101010 11000010 0 101110 10 10110 100101111 101101 111100

Color Harmonies of #C66AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66AC2

Black with #C66AC2

Text Example


Text Example

White with #C66AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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