Html Css Color HEX #C747D0 Fuchsia

📋 copy color: '#C747D0'

red 199 ◦ green 71 ◦ blue 208

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

Shades of Fuchsia #C747D0

Tints of Fuchsia #C747D0

RGB

 RED value IS 199 (78.13% from 255) = 41.63%

 GREEN value IS 71 (28.13% from 255) = 14.85%

 BLUE value IS 208 (81.64% from 255) = 43.51%

R = 41.63%
G = 14.85%
B = 43.51%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C747D0 (or 0xC747D0) is known color: Fuchsia. HEX triplet: C7, 47 and D0. RGB value is (199,71,208). Sum of RGB (Red+Green+Blue) = 199+71+208=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #C747D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747D0 is #38B82F. Grayscale: #7C7C7C. Windows color (decimal): -3717168 or 13649863. OLE color: 13649863.

HSL color Cylindrical-coordinate representation of color #C747D0: hue angle of 296.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C747D0 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 71 208 -
CMYK 0.04 0.66 0 0.18
HSL 296.06º 0.59% 0.55% -
HSV(B) 296.06º 0.66% 0.82% -
XYZ 37.19 21.2 61.81 -
YUV 124.89 174.91 180.86 -
System Red Green Blue C M Y K H S L
Decimal 199 71 208 0.04 0.66 0 0.18 296.06 0.59 0.55
Hex C7 47 D0 4 42 0 12 128 3B 37
Octal 307 107 320 4 102 0 22 450 73 67
Binary 11000111 1000111 11010000 100 1000010 0 10010 100101000 111011 110111

Color Harmonies of #C747D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C747D0

Black with #C747D0

Text Example


Text Example

White with #C747D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C747D0; }

 p { color: rgb(199,71,208); }

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

background-color css

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

 a { background-color: rgb(199,71,208); }

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

border-color css

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

 span { border-color: rgb(199,71,208); }

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