#C96EBD

Color #C96EBD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C96EBD

Tints of Fuchsia #C96EBD

Color information

#C96EBD (or 0xC96EBD) is unknown color: approx Fuchsia. HEX triplet: C9, 6E and BD. RGB value is (201,110,189). Sum of RGB (Red+Green+Blue) = 201+110+189=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EBD is #369142. Grayscale: #919191. Windows color (decimal): -3576131 or 12414665. OLE color: 12414665.

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

Color convert

RGB201110189-
CMYK00.450.060.21
HSL307.91º45.73%60.98%-
HSV(B)307.91º45.27%78.82%-
XYZ38.8527.2451.36-
YUV146.21152.15167.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 110 (43.36% from 255) = 22%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=40.2%
G=22%
B=37.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111018900.450.060.21307.9145.7360.98
HexC96EBD02D6151342e3d
Octal3111562750556254645675
Binary11001001110111010111101010110111010101100110100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96EBD; }

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

 H1.HeaderClassName
 {
   color: #C96EBD;
 }
 .AnyTagClassName
 {
   color: #C96EBD;
 }
</style>
background-color css

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

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

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

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

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

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