#CD4DD3

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

Shades of Fuchsia #CD4DD3

Tints of Fuchsia #CD4DD3

Color information

#CD4DD3 (or 0xCD4DD3) is unknown color: approx Fuchsia. HEX triplet: CD, 4D and D3. RGB value is (205,77,211). Sum of RGB (Red+Green+Blue) = 205+77+211=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD4DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4DD3 is #32B22C. Grayscale: #828282. Windows color (decimal): -3322413 or 13848013. OLE color: 13848013.

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

Color convert

RGB20577211-
CMYK0.030.6400.17
HSL297.31º60.36%56.47%-
HSV(B)297.31º63.51%82.75%-
XYZ39.5922.9963.98-
YUV130.55173.41181.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.58%
GREEN value IS 77 (30.47% from 255) = 15.62%
BLUE value IS 211 (82.81% from 255) = 42.80%
R=41.58%
G=15.62%
B=42.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205772110.030.6400.17297.3160.3656.47
HexCD4DD33400111293c38
Octal31511532331000214517470
Binary11001101100110111010011111000000010001100101001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4DD3; }

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

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

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

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

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

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

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

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