Html Css Color HEX #C55DCD Fuchsia

📋 copy color: '#C55DCD'

red 197 ◦ green 93 ◦ blue 205

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

Shades of Fuchsia #C55DCD

Tints of Fuchsia #C55DCD

RGB

 RED value IS 197 (77.34% from 255) = 39.8%

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

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

R = 39.8%
G = 18.79%
B = 41.41%

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

#C55DCD (or 0xC55DCD) is known color: Fuchsia. HEX triplet: C5, 5D and CD. RGB value is (197,93,205). Sum of RGB (Red+Green+Blue) = 197+93+205=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #C55DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DCD is #3AA232. Grayscale: #888888. Windows color (decimal): -3842611 or 13458885. OLE color: 13458885.

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

Color convert

RGB 197 93 205 -
CMYK 0.04 0.55 0 0.20
HSL 295.71º 0.53% 0.58% -
HSV(B) 295.71º 0.55% 0.8% -
XYZ 37.96 24.11 60.41 -
YUV 136.86 166.46 170.89 -
System Red Green Blue C M Y K H S L
Decimal 197 93 205 0.04 0.55 0 0.20 295.71 0.53 0.58
Hex C5 5D CD 4 37 0 14 128 35 3A
Octal 305 135 315 4 67 0 24 450 65 72
Binary 11000101 1011101 11001101 100 110111 0 10100 100101000 110101 111010

Color Harmonies of #C55DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DCD

Black with #C55DCD

Text Example


Text Example

White with #C55DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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