Html Css Color HEX #C36CB6 Fuchsia

📋 copy color: '#C36CB6'

red 195 ◦ green 108 ◦ blue 182

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

Shades of Fuchsia #C36CB6

Tints of Fuchsia #C36CB6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.27%

 BLUE value IS 182 (71.48% from 255) = 37.53%

R = 40.21%
G = 22.27%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C36CB6 (or 0xC36CB6) is known color: Fuchsia. HEX triplet: C3, 6C and B6. RGB value is (195,108,182). Sum of RGB (Red+Green+Blue) = 195+108+182=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C36CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CB6 is #3C9349. Grayscale: #8E8E8E. Windows color (decimal): -3969866 or 11955395. OLE color: 11955395.

HSL color Cylindrical-coordinate representation of color #C36CB6: hue angle of 308.97º 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 #C36CB6 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 108 182 -
CMYK 0 0.45 0.07 0.24
HSL 308.97º 0.42% 0.59% -
HSV(B) 308.97º 0.45% 0.76% -
XYZ 36.31 25.7 47.3 -
YUV 142.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 195 108 182 0 0.45 0.07 0.24 308.97 0.42 0.59
Hex C3 6C B6 0 2D 7 18 135 2A 3B
Octal 303 154 266 0 55 7 30 465 52 73
Binary 11000011 1101100 10110110 0 101101 111 11000 100110101 101010 111011

Color Harmonies of #C36CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36CB6

Black with #C36CB6

Text Example


Text Example

White with #C36CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36CB6; }

 p { color: rgb(195,108,182); }

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

background-color css

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

 a { background-color: rgb(195,108,182); }

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

border-color css

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

 span { border-color: rgb(195,108,182); }

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