Html Css Color HEX #C668BA Fuchsia

📋 copy color: '#C668BA'

red 198 ◦ green 104 ◦ blue 186

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

Shades of Fuchsia #C668BA

Tints of Fuchsia #C668BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.31%

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

R = 40.57%
G = 21.31%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C668BA (or 0xC668BA) is known color: Fuchsia. HEX triplet: C6, 68 and BA. RGB value is (198,104,186). Sum of RGB (Red+Green+Blue) = 198+104+186=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C668BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668BA is #399745. Grayscale: #8D8D8D. Windows color (decimal): -3774278 or 12216518. OLE color: 12216518.

HSL color Cylindrical-coordinate representation of color #C668BA: hue angle of 307.66º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C668BA is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 104 186 -
CMYK 0 0.47 0.06 0.22
HSL 307.66º 0.45% 0.59% -
HSV(B) 307.66º 0.47% 0.78% -
XYZ 37.1 25.45 49.41 -
YUV 141.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 198 104 186 0 0.47 0.06 0.22 307.66 0.45 0.59
Hex C6 68 BA 0 2F 6 16 134 2D 3B
Octal 306 150 272 0 57 6 26 464 55 73
Binary 11000110 1101000 10111010 0 101111 110 10110 100110100 101101 111011

Color Harmonies of #C668BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C668BA

Black with #C668BA

Text Example


Text Example

White with #C668BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C668BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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