#CD5ABD

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

Shades of Fuchsia #CD5ABD

Tints of Fuchsia #CD5ABD

Color information

#CD5ABD (or 0xCD5ABD) is unknown color: approx Fuchsia. HEX triplet: CD, 5A and BD. RGB value is (205,90,189). Sum of RGB (Red+Green+Blue) = 205+90+189=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5ABD is #32A542. Grayscale: #878787. Windows color (decimal): -3319107 or 12409549. OLE color: 12409549.

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

Color convert

RGB20590189-
CMYK00.560.080.20
HSL308.35º53.49%57.84%-
HSV(B)308.35º56.1%80.39%-
XYZ38.0223.9750.77-
YUV135.67158.1177.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 90 (35.55% from 255) = 18.60%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=42.36%
G=18.60%
B=39.05%

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
Decimal2059018900.560.080.20308.3553.4957.84
HexCD5ABD038814134353a
Octal31513227507010244646572
Binary110011011011010101111010111000100010100100110100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5ABD; }

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

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

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

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

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

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

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

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