Html Css Color HEX #C64DCD Fuchsia

📋 copy color: '#C64DCD'

red 198 ◦ green 77 ◦ blue 205

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

Shades of Fuchsia #C64DCD

Tints of Fuchsia #C64DCD

RGB

 RED value IS 198 (77.73% from 255) = 41.25%

 GREEN value IS 77 (30.47% from 255) = 16.04%

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

R = 41.25%
G = 16.04%
B = 42.71%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C64DCD (or 0xC64DCD) is known color: Fuchsia. HEX triplet: C6, 4D and CD. RGB value is (198,77,205). Sum of RGB (Red+Green+Blue) = 198+77+205=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #C64DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DCD is #39B232. Grayscale: #7F7F7F. Windows color (decimal): -3781171 or 13454790. OLE color: 13454790.

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

Color convert

RGB 198 77 205 -
CMYK 0.03 0.62 0 0.20
HSL 296.72º 0.56% 0.55% -
HSV(B) 296.72º 0.62% 0.8% -
XYZ 36.96 21.72 60 -
YUV 127.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 198 77 205 0.03 0.62 0 0.20 296.72 0.56 0.55
Hex C6 4D CD 3 3E 0 14 129 38 37
Octal 306 115 315 3 76 0 24 451 70 67
Binary 11000110 1001101 11001101 11 111110 0 10100 100101001 111000 110111

Color Harmonies of #C64DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DCD

Black with #C64DCD

Text Example


Text Example

White with #C64DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DCD; }

 p { color: rgb(198,77,205); }

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

background-color css

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

 a { background-color: rgb(198,77,205); }

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

border-color css

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

 span { border-color: rgb(198,77,205); }

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