Html Css Color HEX #C668BC Fuchsia

📋 copy color: '#C668BC'

red 198 ◦ green 104 ◦ blue 188

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

Shades of Fuchsia #C668BC

Tints of Fuchsia #C668BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.37%

R = 40.41%
G = 21.22%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C668BC (or 0xC668BC) is known color: Fuchsia. HEX triplet: C6, 68 and BC. RGB value is (198,104,188). Sum of RGB (Red+Green+Blue) = 198+104+188=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C668BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668BC is #399743. Grayscale: #8D8D8D. Windows color (decimal): -3774276 or 12347590. OLE color: 12347590.

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

Color convert

RGB 198 104 188 -
CMYK 0 0.47 0.05 0.22
HSL 306.38º 0.45% 0.59% -
HSV(B) 306.38º 0.47% 0.78% -
XYZ 37.32 25.54 50.54 -
YUV 141.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 198 104 188 0 0.47 0.05 0.22 306.38 0.45 0.59
Hex C6 68 BC 0 2F 5 16 132 2D 3B
Octal 306 150 274 0 57 5 26 462 55 73
Binary 11000110 1101000 10111100 0 101111 101 10110 100110010 101101 111011

Color Harmonies of #C668BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C668BC

Black with #C668BC

Text Example


Text Example

White with #C668BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C668BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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