#CD5ABC

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

Shades of Fuchsia #CD5ABC

Tints of Fuchsia #CD5ABC

Color information

#CD5ABC (or 0xCD5ABC) is unknown color: approx Fuchsia. HEX triplet: CD, 5A and BC. RGB value is (205,90,188). Sum of RGB (Red+Green+Blue) = 205+90+188=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5ABC is #32A543. Grayscale: #878787. Windows color (decimal): -3319108 or 12344013. OLE color: 12344013.

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

Color convert

RGB20590188-
CMYK00.560.080.20
HSL308.87º53.49%57.84%-
HSV(B)308.87º56.1%80.39%-
XYZ37.9123.9250.2-
YUV135.56157.6177.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 90 (35.55% from 255) = 18.63%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=42.44%
G=18.63%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059018800.560.080.20308.8753.4957.84
HexCD5ABC038814135353a
Octal31513227407010244656572
Binary110011011011010101111000111000100010100100110101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5ABC; }

 p { color: rgb(205,90,188); }

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

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

 a { background-color: rgb(205,90,188); }

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

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

 span { border-color: rgb(205,90,188); }

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