Html Css Color HEX #C66BAE Fuchsia

📋 copy color: '#C66BAE'

red 198 ◦ green 107 ◦ blue 174

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

Shades of Fuchsia #C66BAE

Tints of Fuchsia #C66BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.34%

 BLUE value IS 174 (68.36% from 255) = 36.33%

R = 41.34%
G = 22.34%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C66BAE (or 0xC66BAE) is known color: Fuchsia. HEX triplet: C6, 6B and AE. RGB value is (198,107,174). Sum of RGB (Red+Green+Blue) = 198+107+174=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66BAE is #399451. Grayscale: #8D8D8D. Windows color (decimal): -3773522 or 11430854. OLE color: 11430854.

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

Color convert

RGB 198 107 174 -
CMYK 0 0.46 0.12 0.22
HSL 315.82º 0.44% 0.6% -
HSV(B) 315.82º 0.46% 0.78% -
XYZ 36.19 25.58 43.07 -
YUV 141.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 198 107 174 0 0.46 0.12 0.22 315.82 0.44 0.6
Hex C6 6B AE 0 2E C 16 13C 2C 3C
Octal 306 153 256 0 56 14 26 474 54 74
Binary 11000110 1101011 10101110 0 101110 1100 10110 100111100 101100 111100

Color Harmonies of #C66BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66BAE

Black with #C66BAE

Text Example


Text Example

White with #C66BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66BAE; }

 p { color: rgb(198,107,174); }

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

background-color css

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

 a { background-color: rgb(198,107,174); }

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

border-color css

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

 span { border-color: rgb(198,107,174); }

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