Html Css Color HEX #C96EBE Fuchsia

📋 copy color: '#C96EBE'

red 201 ◦ green 110 ◦ blue 190

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

Shades of Fuchsia #C96EBE

Tints of Fuchsia #C96EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.92%

R = 40.12%
G = 21.96%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C96EBE (or 0xC96EBE) is known color: Fuchsia. HEX triplet: C9, 6E and BE. RGB value is (201,110,190). Sum of RGB (Red+Green+Blue) = 201+110+190=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EBE is #369141. Grayscale: #929292. Windows color (decimal): -3576130 or 12480201. OLE color: 12480201.

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

Color convert

RGB 201 110 190 -
CMYK 0 0.45 0.05 0.21
HSL 307.25º 0.46% 0.61% -
HSV(B) 307.25º 0.45% 0.79% -
XYZ 38.96 27.29 51.93 -
YUV 146.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 201 110 190 0 0.45 0.05 0.21 307.25 0.46 0.61
Hex C9 6E BE 0 2D 5 15 133 2E 3D
Octal 311 156 276 0 55 5 25 463 56 75
Binary 11001001 1101110 10111110 0 101101 101 10101 100110011 101110 111101

Color Harmonies of #C96EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EBE

Black with #C96EBE

Text Example


Text Example

White with #C96EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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