Html Css Color HEX #C66BAD Fuchsia

📋 copy color: '#C66BAD'

red 198 ◦ green 107 ◦ blue 173

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

Shades of Fuchsia #C66BAD

Tints of Fuchsia #C66BAD

RGB

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

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

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

R = 41.42%
G = 22.38%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C66BAD (or 0xC66BAD) is known color: Fuchsia. HEX triplet: C6, 6B and AD. RGB value is (198,107,173). Sum of RGB (Red+Green+Blue) = 198+107+173=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66BAD is #399452. Grayscale: #8D8D8D. Windows color (decimal): -3773523 or 11365318. OLE color: 11365318.

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

Color convert

RGB 198 107 173 -
CMYK 0 0.46 0.13 0.22
HSL 316.48º 0.44% 0.6% -
HSV(B) 316.48º 0.46% 0.78% -
XYZ 36.09 25.54 42.56 -
YUV 141.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 198 107 173 0 0.46 0.13 0.22 316.48 0.44 0.6
Hex C6 6B AD 0 2E D 16 13C 2C 3C
Octal 306 153 255 0 56 15 26 474 54 74
Binary 11000110 1101011 10101101 0 101110 1101 10110 100111100 101100 111100

Color Harmonies of #C66BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66BAD

Black with #C66BAD

Text Example


Text Example

White with #C66BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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