Html Css Color HEX #C540CD Fuchsia

📋 copy color: '#C540CD'

red 197 ◦ green 64 ◦ blue 205

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

Shades of Fuchsia #C540CD

Tints of Fuchsia #C540CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.73%

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

R = 42.27%
G = 13.73%
B = 43.99%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C540CD (or 0xC540CD) is known color: Fuchsia. HEX triplet: C5, 40 and CD. RGB value is (197,64,205). Sum of RGB (Red+Green+Blue) = 197+64+205=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #C540CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540CD is #3ABF32. Grayscale: #777777. Windows color (decimal): -3850035 or 13451461. OLE color: 13451461.

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

Color convert

RGB 197 64 205 -
CMYK 0.04 0.69 0 0.20
HSL 296.6º 0.59% 0.53% -
HSV(B) 296.6º 0.69% 0.8% -
XYZ 35.88 19.94 59.72 -
YUV 119.84 176.06 183.04 -
System Red Green Blue C M Y K H S L
Decimal 197 64 205 0.04 0.69 0 0.20 296.6 0.59 0.53
Hex C5 40 CD 4 45 0 14 129 3B 35
Octal 305 100 315 4 105 0 24 451 73 65
Binary 11000101 1000000 11001101 100 1000101 0 10100 100101001 111011 110101

Color Harmonies of #C540CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C540CD

Black with #C540CD

Text Example


Text Example

White with #C540CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C540CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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