#CD5AD3

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

Shades of Fuchsia #CD5AD3

Tints of Fuchsia #CD5AD3

Color information

#CD5AD3 (or 0xCD5AD3) is unknown color: approx Fuchsia. HEX triplet: CD, 5A and D3. RGB value is (205,90,211). Sum of RGB (Red+Green+Blue) = 205+90+211=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD5AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5AD3 is #32A52C. Grayscale: #898989. Windows color (decimal): -3319085 or 13851341. OLE color: 13851341.

HSL color Cylindrical-coordinate representation of color #CD5AD3: hue angle of 297.02º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD5AD3 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20590211-
CMYK0.030.5700.17
HSL297.02º57.89%59.02%-
HSV(B)297.02º57.35%82.75%-
XYZ40.5924.9964.31-
YUV138.18169.1175.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 90 (35.55% from 255) = 17.79%
BLUE value IS 211 (82.81% from 255) = 41.70%
R=40.51%
G=17.79%
B=41.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205902110.030.5700.17297.0257.8959.02
HexCD5AD33390111293a3b
Octal3151323233710214517273
Binary1100110110110101101001111111001010001100101001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5AD3; }

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

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

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

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

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

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

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

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