Html Css Color HEX #C36BBA Fuchsia

📋 copy color: '#C36BBA'

red 195 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #C36BBA

Tints of Fuchsia #C36BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.93%

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 39.96%
G = 21.93%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C36BBA (or 0xC36BBA) is known color: Fuchsia. HEX triplet: C3, 6B and BA. RGB value is (195,107,186). Sum of RGB (Red+Green+Blue) = 195+107+186=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C36BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BBA is #3C9445. Grayscale: #8E8E8E. Windows color (decimal): -3970118 or 12217283. OLE color: 12217283.

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

Color convert

RGB 195 107 186 -
CMYK 0 0.45 0.05 0.24
HSL 306.14º 0.42% 0.59% -
HSV(B) 306.14º 0.45% 0.76% -
XYZ 36.63 25.66 49.48 -
YUV 142.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 195 107 186 0 0.45 0.05 0.24 306.14 0.42 0.59
Hex C3 6B BA 0 2D 5 18 132 2A 3B
Octal 303 153 272 0 55 5 30 462 52 73
Binary 11000011 1101011 10111010 0 101101 101 11000 100110010 101010 111011

Color Harmonies of #C36BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36BBA

Black with #C36BBA

Text Example


Text Example

White with #C36BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36BBA; }

 p { color: rgb(195,107,186); }

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

background-color css

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

 a { background-color: rgb(195,107,186); }

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

border-color css

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

 span { border-color: rgb(195,107,186); }

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