#CD5AD1

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

Shades of Fuchsia #CD5AD1

Tints of Fuchsia #CD5AD1

Color information

#CD5AD1 (or 0xCD5AD1) is unknown color: approx Fuchsia. HEX triplet: CD, 5A and D1. RGB value is (205,90,209). Sum of RGB (Red+Green+Blue) = 205+90+209=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD5AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5AD1 is #32A52E. Grayscale: #898989. Windows color (decimal): -3319087 or 13720269. OLE color: 13720269.

HSL color Cylindrical-coordinate representation of color #CD5AD1: hue angle of 297.98º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD5AD1 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20590209-
CMYK0.020.5700.18
HSL297.98º56.4%58.63%-
HSV(B)297.98º56.94%81.96%-
XYZ40.3424.8963-
YUV137.95168.1175.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 90 (35.55% from 255) = 17.86%
BLUE value IS 209 (82.03% from 255) = 41.47%
R=40.67%
G=17.86%
B=41.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205902090.020.5700.18297.9856.458.63
HexCD5AD123901212a383b
Octal3151323212710224527073
Binary1100110110110101101000110111001010010100101010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5AD1; }

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

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

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

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

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

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

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

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