Html Css Color HEX #C468BC Fuchsia

📋 copy color: '#C468BC'

red 196 ◦ green 104 ◦ blue 188

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

Shades of Fuchsia #C468BC

Tints of Fuchsia #C468BC

RGB

 RED value IS 196 (76.95% from 255) = 40.16%

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

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

R = 40.16%
G = 21.31%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C468BC (or 0xC468BC) is known color: Fuchsia. HEX triplet: C4, 68 and BC. RGB value is (196,104,188). Sum of RGB (Red+Green+Blue) = 196+104+188=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C468BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468BC is #3B9743. Grayscale: #8C8C8C. Windows color (decimal): -3905348 or 12347588. OLE color: 12347588.

HSL color Cylindrical-coordinate representation of color #C468BC: hue angle of 305.22º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C468BC is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 104 188 -
CMYK 0 0.47 0.04 0.23
HSL 305.22º 0.44% 0.59% -
HSV(B) 305.22º 0.47% 0.77% -
XYZ 36.79 25.27 50.51 -
YUV 141.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 196 104 188 0 0.47 0.04 0.23 305.22 0.44 0.59
Hex C4 68 BC 0 2F 4 17 131 2C 3B
Octal 304 150 274 0 57 4 27 461 54 73
Binary 11000100 1101000 10111100 0 101111 100 10111 100110001 101100 111011

Color Harmonies of #C468BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468BC

Black with #C468BC

Text Example


Text Example

White with #C468BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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