Html Css Color HEX #C96EBA Fuchsia

📋 copy color: '#C96EBA'

red 201 ◦ green 110 ◦ blue 186

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

Shades of Fuchsia #C96EBA

Tints of Fuchsia #C96EBA

RGB

 RED value IS 201 (78.91% from 255) = 40.44%

 GREEN value IS 110 (43.36% from 255) = 22.13%

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

R = 40.44%
G = 22.13%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C96EBA (or 0xC96EBA) is known color: Fuchsia. HEX triplet: C9, 6E and BA. RGB value is (201,110,186). Sum of RGB (Red+Green+Blue) = 201+110+186=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EBA is #369145. Grayscale: #919191. Windows color (decimal): -3576134 or 12218057. OLE color: 12218057.

HSL color Cylindrical-coordinate representation of color #C96EBA: hue angle of 309.89º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96EBA is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 110 186 -
CMYK 0 0.45 0.07 0.21
HSL 309.89º 0.46% 0.61% -
HSV(B) 309.89º 0.45% 0.79% -
XYZ 38.53 27.11 49.66 -
YUV 145.87 150.65 167.32 -
System Red Green Blue C M Y K H S L
Decimal 201 110 186 0 0.45 0.07 0.21 309.89 0.46 0.61
Hex C9 6E BA 0 2D 7 15 136 2E 3D
Octal 311 156 272 0 55 7 25 466 56 75
Binary 11001001 1101110 10111010 0 101101 111 10101 100110110 101110 111101

Color Harmonies of #C96EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EBA

Black with #C96EBA

Text Example


Text Example

White with #C96EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EBA; }

 p { color: rgb(201,110,186); }

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

background-color css

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

 a { background-color: rgb(201,110,186); }

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

border-color css

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

 span { border-color: rgb(201,110,186); }

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