Html Css Color HEX #C36DC4 Fuchsia

📋 copy color: '#C36DC4'

red 195 ◦ green 109 ◦ blue 196

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

Shades of Fuchsia #C36DC4

Tints of Fuchsia #C36DC4

RGB

 RED value IS 195 (76.56% from 255) = 39%

 GREEN value IS 109 (42.97% from 255) = 21.8%

 BLUE value IS 196 (76.95% from 255) = 39.2%

R = 39%
G = 21.8%
B = 39.2%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C36DC4 (or 0xC36DC4) is known color: Fuchsia. HEX triplet: C3, 6D and C4. RGB value is (195,109,196). Sum of RGB (Red+Green+Blue) = 195+109+196=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #C36DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DC4 is #3C923B. Grayscale: #909090. Windows color (decimal): -3969596 or 12873155. OLE color: 12873155.

HSL color Cylindrical-coordinate representation of color #C36DC4: hue angle of 299.31º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C36DC4 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 109 196 -
CMYK 0.01 0.44 0 0.23
HSL 299.31º 0.42% 0.6% -
HSV(B) 299.31º 0.44% 0.77% -
XYZ 37.94 26.52 55.34 -
YUV 144.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 195 109 196 0.01 0.44 0 0.23 299.31 0.42 0.6
Hex C3 6D C4 1 2C 0 17 12B 2A 3C
Octal 303 155 304 1 54 0 27 453 52 74
Binary 11000011 1101101 11000100 1 101100 0 10111 100101011 101010 111100

Color Harmonies of #C36DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36DC4

Black with #C36DC4

Text Example


Text Example

White with #C36DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36DC4; }

 p { color: rgb(195,109,196); }

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

background-color css

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

 a { background-color: rgb(195,109,196); }

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

border-color css

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

 span { border-color: rgb(195,109,196); }

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