#CD5DB9

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

Shades of Fuchsia #CD5DB9

Tints of Fuchsia #CD5DB9

Color information

#CD5DB9 (or 0xCD5DB9) is unknown color: approx Fuchsia. HEX triplet: CD, 5D and B9. RGB value is (205,93,185). Sum of RGB (Red+Green+Blue) = 205+93+185=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5DB9 is #32A246. Grayscale: #888888. Windows color (decimal): -3318343 or 12148173. OLE color: 12148173.

HSL color Cylindrical-coordinate representation of color #CD5DB9: hue angle of 310.71º 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 #CD5DB9 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB20593185-
CMYK00.550.100.20
HSL310.71º52.83%58.43%-
HSV(B)310.71º54.63%80.39%-
XYZ37.8524.3148.6-
YUV136.98155.11176.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 93 (36.72% from 255) = 19.25%
BLUE value IS 185 (72.66% from 255) = 38.30%
R=42.44%
G=19.25%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059318500.550.100.20310.7152.8358.43
HexCD5DB9037A14137353a
Octal31513527106712244676572
Binary110011011011101101110010110111101010100100110111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DB9; }

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

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

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

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

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

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

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

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