Html Css Color HEX #C45DCD Fuchsia

📋 copy color: '#C45DCD'

red 196 ◦ green 93 ◦ blue 205

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

Shades of Fuchsia #C45DCD

Tints of Fuchsia #C45DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.83%

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 39.68%
G = 18.83%
B = 41.5%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C45DCD (or 0xC45DCD) is known color: Fuchsia. HEX triplet: C4, 5D and CD. RGB value is (196,93,205). Sum of RGB (Red+Green+Blue) = 196+93+205=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #C45DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DCD is #3BA232. Grayscale: #888888. Windows color (decimal): -3908147 or 13458884. OLE color: 13458884.

HSL color Cylindrical-coordinate representation of color #C45DCD: hue angle of 295.18º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45DCD is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 93 205 -
CMYK 0.04 0.55 0 0.20
HSL 295.18º 0.53% 0.58% -
HSV(B) 295.18º 0.55% 0.8% -
XYZ 37.7 23.97 60.4 -
YUV 136.57 166.62 170.39 -
System Red Green Blue C M Y K H S L
Decimal 196 93 205 0.04 0.55 0 0.20 295.18 0.53 0.58
Hex C4 5D CD 4 37 0 14 127 35 3A
Octal 304 135 315 4 67 0 24 447 65 72
Binary 11000100 1011101 11001101 100 110111 0 10100 100100111 110101 111010

Color Harmonies of #C45DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45DCD

Black with #C45DCD

Text Example


Text Example

White with #C45DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45DCD; }

 p { color: rgb(196,93,205); }

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

background-color css

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

 a { background-color: rgb(196,93,205); }

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

border-color css

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

 span { border-color: rgb(196,93,205); }

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