Html Css Color HEX #C66ABB Fuchsia

📋 copy color: '#C66ABB'

red 198 ◦ green 106 ◦ blue 187

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

Shades of Fuchsia #C66ABB

Tints of Fuchsia #C66ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 40.33%
G = 21.59%
B = 38.09%

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

#C66ABB (or 0xC66ABB) is known color: Fuchsia. HEX triplet: C6, 6A and BB. RGB value is (198,106,187). Sum of RGB (Red+Green+Blue) = 198+106+187=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C66ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ABB is #399544. Grayscale: #8E8E8E. Windows color (decimal): -3773765 or 12282566. OLE color: 12282566.

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

Color convert

RGB 198 106 187 -
CMYK 0 0.46 0.06 0.22
HSL 307.17º 0.45% 0.6% -
HSV(B) 307.17º 0.46% 0.78% -
XYZ 37.41 25.9 50.04 -
YUV 142.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 198 106 187 0 0.46 0.06 0.22 307.17 0.45 0.6
Hex C6 6A BB 0 2E 6 16 133 2D 3C
Octal 306 152 273 0 56 6 26 463 55 74
Binary 11000110 1101010 10111011 0 101110 110 10110 100110011 101101 111100

Color Harmonies of #C66ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66ABB

Black with #C66ABB

Text Example


Text Example

White with #C66ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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