Html Css Color HEX #C66BBA Fuchsia

📋 copy color: '#C66BBA'

red 198 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #C66BBA

Tints of Fuchsia #C66BBA

RGB

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

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

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

R = 40.33%
G = 21.79%
B = 37.88%

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

#C66BBA (or 0xC66BBA) is known color: Fuchsia. HEX triplet: C6, 6B and BA. RGB value is (198,107,186). Sum of RGB (Red+Green+Blue) = 198+107+186=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66BBA is #399445. Grayscale: #8E8E8E. Windows color (decimal): -3773510 or 12217286. OLE color: 12217286.

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

Color convert

RGB 198 107 186 -
CMYK 0 0.46 0.06 0.22
HSL 307.91º 0.44% 0.6% -
HSV(B) 307.91º 0.46% 0.78% -
XYZ 37.41 26.07 49.51 -
YUV 143.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 198 107 186 0 0.46 0.06 0.22 307.91 0.44 0.6
Hex C6 6B BA 0 2E 6 16 134 2C 3C
Octal 306 153 272 0 56 6 26 464 54 74
Binary 11000110 1101011 10111010 0 101110 110 10110 100110100 101100 111100

Color Harmonies of #C66BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66BBA

Black with #C66BBA

Text Example


Text Example

White with #C66BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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