Html Css Color HEX #C36ABA Fuchsia

📋 copy color: '#C36ABA'

red 195 ◦ green 106 ◦ blue 186

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

Shades of Fuchsia #C36ABA

Tints of Fuchsia #C36ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.77%

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

R = 40.04%
G = 21.77%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C36ABA (or 0xC36ABA) is known color: Fuchsia. HEX triplet: C3, 6A and BA. RGB value is (195,106,186). Sum of RGB (Red+Green+Blue) = 195+106+186=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C36ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ABA is #3C9545. Grayscale: #8D8D8D. Windows color (decimal): -3970374 or 12217027. OLE color: 12217027.

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

Color convert

RGB 195 106 186 -
CMYK 0 0.46 0.05 0.24
HSL 306.07º 0.43% 0.59% -
HSV(B) 306.07º 0.46% 0.76% -
XYZ 36.52 25.46 49.44 -
YUV 141.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 195 106 186 0 0.46 0.05 0.24 306.07 0.43 0.59
Hex C3 6A BA 0 2E 5 18 132 2B 3B
Octal 303 152 272 0 56 5 30 462 53 73
Binary 11000011 1101010 10111010 0 101110 101 11000 100110010 101011 111011

Color Harmonies of #C36ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36ABA

Black with #C36ABA

Text Example


Text Example

White with #C36ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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