Html Css Color HEX #C36DB4 Fuchsia

📋 copy color: '#C36DB4'

red 195 ◦ green 109 ◦ blue 180

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

Shades of Fuchsia #C36DB4

Tints of Fuchsia #C36DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.19%

R = 40.29%
G = 22.52%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C36DB4 (or 0xC36DB4) is known color: Fuchsia. HEX triplet: C3, 6D and B4. RGB value is (195,109,180). Sum of RGB (Red+Green+Blue) = 195+109+180=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C36DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DB4 is #3C924B. Grayscale: #8E8E8E. Windows color (decimal): -3969612 or 11824579. OLE color: 11824579.

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

Color convert

RGB 195 109 180 -
CMYK 0 0.44 0.08 0.24
HSL 310.47º 0.42% 0.6% -
HSV(B) 310.47º 0.44% 0.76% -
XYZ 36.21 25.83 46.26 -
YUV 142.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 195 109 180 0 0.44 0.08 0.24 310.47 0.42 0.6
Hex C3 6D B4 0 2C 8 18 136 2A 3C
Octal 303 155 264 0 54 10 30 466 52 74
Binary 11000011 1101101 10110100 0 101100 1000 11000 100110110 101010 111100

Color Harmonies of #C36DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36DB4

Black with #C36DB4

Text Example


Text Example

White with #C36DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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