Html Css Color HEX #C468BD Fuchsia

📋 copy color: '#C468BD'

red 196 ◦ green 104 ◦ blue 189

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

Shades of Fuchsia #C468BD

Tints of Fuchsia #C468BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.65%

R = 40.08%
G = 21.27%
B = 38.65%

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

#C468BD (or 0xC468BD) is known color: Fuchsia. HEX triplet: C4, 68 and BD. RGB value is (196,104,189). Sum of RGB (Red+Green+Blue) = 196+104+189=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C468BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468BD is #3B9742. Grayscale: #8C8C8C. Windows color (decimal): -3905347 or 12413124. OLE color: 12413124.

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

Color convert

RGB 196 104 189 -
CMYK 0 0.47 0.04 0.23
HSL 304.57º 0.44% 0.59% -
HSV(B) 304.57º 0.47% 0.77% -
XYZ 36.9 25.31 51.08 -
YUV 141.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 196 104 189 0 0.47 0.04 0.23 304.57 0.44 0.59
Hex C4 68 BD 0 2F 4 17 131 2C 3B
Octal 304 150 275 0 57 4 27 461 54 73
Binary 11000100 1101000 10111101 0 101111 100 10111 100110001 101100 111011

Color Harmonies of #C468BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468BD

Black with #C468BD

Text Example


Text Example

White with #C468BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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