Html Css Color HEX #C468BE Fuchsia

📋 copy color: '#C468BE'

red 196 ◦ green 104 ◦ blue 190

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

Shades of Fuchsia #C468BE

Tints of Fuchsia #C468BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 40%
G = 21.22%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C468BE (or 0xC468BE) is known color: Fuchsia. HEX triplet: C4, 68 and BE. RGB value is (196,104,190). Sum of RGB (Red+Green+Blue) = 196+104+190=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C468BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468BE is #3B9741. Grayscale: #8D8D8D. Windows color (decimal): -3905346 or 12478660. OLE color: 12478660.

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

Color convert

RGB 196 104 190 -
CMYK 0 0.47 0.03 0.23
HSL 303.91º 0.44% 0.59% -
HSV(B) 303.91º 0.47% 0.77% -
XYZ 37.01 25.35 51.66 -
YUV 141.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 196 104 190 0 0.47 0.03 0.23 303.91 0.44 0.59
Hex C4 68 BE 0 2F 3 17 130 2C 3B
Octal 304 150 276 0 57 3 27 460 54 73
Binary 11000100 1101000 10111110 0 101111 11 10111 100110000 101100 111011

Color Harmonies of #C468BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468BE

Black with #C468BE

Text Example


Text Example

White with #C468BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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