Html Css Color HEX #C468C9 Fuchsia

📋 copy color: '#C468C9'

red 196 ◦ green 104 ◦ blue 201

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

Shades of Fuchsia #C468C9

Tints of Fuchsia #C468C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.12%

R = 39.12%
G = 20.76%
B = 40.12%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C468C9 (or 0xC468C9) is known color: Fuchsia. HEX triplet: C4, 68 and C9. RGB value is (196,104,201). Sum of RGB (Red+Green+Blue) = 196+104+201=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #C468C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468C9 is #3B9736. Grayscale: #8E8E8E. Windows color (decimal): -3905335 or 13199556. OLE color: 13199556.

HSL color Cylindrical-coordinate representation of color #C468C9: hue angle of 296.91º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C468C9 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 104 201 -
CMYK 0.02 0.48 0 0.21
HSL 296.91º 0.47% 0.6% -
HSV(B) 296.91º 0.48% 0.79% -
XYZ 38.26 25.85 58.23 -
YUV 142.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 196 104 201 0.02 0.48 0 0.21 296.91 0.47 0.6
Hex C4 68 C9 2 30 0 15 129 2F 3C
Octal 304 150 311 2 60 0 25 451 57 74
Binary 11000100 1101000 11001001 10 110000 0 10101 100101001 101111 111100

Color Harmonies of #C468C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468C9

Black with #C468C9

Text Example


Text Example

White with #C468C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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