#CD5DD1

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

Shades of Fuchsia #CD5DD1

Tints of Fuchsia #CD5DD1

Color information

#CD5DD1 (or 0xCD5DD1) is unknown color: approx Fuchsia. HEX triplet: CD, 5D and D1. RGB value is (205,93,209). Sum of RGB (Red+Green+Blue) = 205+93+209=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD5DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5DD1 is #32A22E. Grayscale: #8B8B8B. Windows color (decimal): -3318319 or 13721037. OLE color: 13721037.

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

Color convert

RGB20593209-
CMYK0.020.5600.18
HSL297.93º55.77%59.22%-
HSV(B)297.93º55.5%81.96%-
XYZ40.625.4163.09-
YUV139.71167.11174.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 93 (36.72% from 255) = 18.34%
BLUE value IS 209 (82.03% from 255) = 41.22%
R=40.43%
G=18.34%
B=41.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205932090.020.5600.18297.9355.7759.22
HexCD5DD123801212a383b
Octal3151353212700224527073
Binary1100110110111011101000110111000010010100101010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DD1; }

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

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

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

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

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

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

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

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