#cd5eb2

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

Shades of Fuchsia #CD5EB2

Tints of Fuchsia #CD5EB2

Color information

#CD5EB2 (or 0xCD5EB2) is unknown color: approx Fuchsia. HEX triplet: CD, 5E and B2. RGB value is (205,94,178). Sum of RGB (Red+Green+Blue) = 205+94+178=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5EB2 is #32A14D. Grayscale: #888888. Windows color (decimal): -3318094 or 11689677. OLE color: 11689677.

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

Color convert

RGB20594178-
CMYK00.540.130.20
HSL314.59º52.61%58.63%-
HSV(B)314.59º54.15%80.39%-
XYZ37.2224.244.83-
YUV136.76151.27176.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 94 (37.11% from 255) = 19.71%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=42.98%
G=19.71%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059417800.540.130.20314.5952.6158.63
HexCD5EB2036D1413b353b
Octal31513626206615244736573
Binary110011011011110101100100110110110110100100111011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd5eb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd5eb2; }

 p { color: rgb(205,94,178); }

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

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

 a { background-color: rgb(205,94,178); }

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

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

 span { border-color: rgb(205,94,178); }

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