#C95DCD

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

Shades of Fuchsia #C95DCD

Tints of Fuchsia #C95DCD

Color information

#C95DCD (or 0xC95DCD) is unknown color: approx Fuchsia. HEX triplet: C9, 5D and CD. RGB value is (201,93,205). Sum of RGB (Red+Green+Blue) = 201+93+205=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #C95DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DCD is #36A232. Grayscale: #898989. Windows color (decimal): -3580467 or 13458889. OLE color: 13458889.

HSL color Cylindrical-coordinate representation of color #C95DCD: hue angle of 297.86º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95DCD is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20193205-
CMYK0.020.5500.20
HSL297.86º52.83%58.43%-
HSV(B)297.86º54.63%80.39%-
XYZ39.0224.6560.46-
YUV138.06165.78172.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.28%
GREEN value IS 93 (36.72% from 255) = 18.64%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=40.28%
G=18.64%
B=41.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201932050.020.5500.20297.8652.8358.43
HexC95DCD23701412a353a
Octal3111353152670244526572
Binary1100100110111011100110110110111010100100101010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95DCD; }

 p { color: rgb(201,93,205); }

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

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

 a { background-color: rgb(201,93,205); }

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

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

 span { border-color: rgb(201,93,205); }

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