#CD5DB3

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

Shades of Fuchsia #CD5DB3

Tints of Fuchsia #CD5DB3

Color information

#CD5DB3 (or 0xCD5DB3) is unknown color: approx Fuchsia. HEX triplet: CD, 5D and B3. RGB value is (205,93,179). Sum of RGB (Red+Green+Blue) = 205+93+179=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5DB3 is #32A24C. Grayscale: #888888. Windows color (decimal): -3318349 or 11754957. OLE color: 11754957.

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

Color convert

RGB20593179-
CMYK00.550.130.20
HSL313.93º52.83%58.43%-
HSV(B)313.93º54.63%80.39%-
XYZ37.2324.0645.33-
YUV136.29152.11177.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 93 (36.72% from 255) = 19.50%
BLUE value IS 179 (70.31% from 255) = 37.53%
R=42.98%
G=19.50%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059317900.550.130.20313.9352.8358.43
HexCD5DB3037D1413a353a
Octal31513526306715244726572
Binary110011011011101101100110110111110110100100111010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DB3; }

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

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

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

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

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

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

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

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