#C96ABD

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

Shades of Fuchsia #C96ABD

Tints of Fuchsia #C96ABD

Color information

#C96ABD (or 0xC96ABD) is unknown color: approx Fuchsia. HEX triplet: C9, 6A and BD. RGB value is (201,106,189). Sum of RGB (Red+Green+Blue) = 201+106+189=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C96ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ABD is #369542. Grayscale: #8F8F8F. Windows color (decimal): -3577155 or 12413641. OLE color: 12413641.

HSL color Cylindrical-coordinate representation of color #C96ABD: hue angle of 307.58º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96ABD is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201106189-
CMYK00.470.060.21
HSL307.58º46.8%60.2%-
HSV(B)307.58º47.26%78.82%-
XYZ38.4326.451.21-
YUV143.87153.47168.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 106 (41.80% from 255) = 21.37%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=40.52%
G=21.37%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110618900.470.060.21307.5846.860.2
HexC96ABD02F6151342f3c
Octal3111522750576254645774
Binary11001001110101010111101010111111010101100110100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96ABD; }

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

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

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

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

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

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

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

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