#CD4DD4

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

Shades of Fuchsia #CD4DD4

Tints of Fuchsia #CD4DD4

Color information

#CD4DD4 (or 0xCD4DD4) is unknown color: approx Fuchsia. HEX triplet: CD, 4D and D4. RGB value is (205,77,212). Sum of RGB (Red+Green+Blue) = 205+77+212=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD4DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4DD4 is #32B22B. Grayscale: #828282. Windows color (decimal): -3322412 or 13913549. OLE color: 13913549.

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

Color convert

RGB20577212-
CMYK0.030.6400.17
HSL296.89º61.09%56.67%-
HSV(B)296.89º63.68%83.14%-
XYZ39.7123.0464.64-
YUV130.66173.91181.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 77 (30.47% from 255) = 15.59%
BLUE value IS 212 (83.20% from 255) = 42.91%
R=41.50%
G=15.59%
B=42.91%

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
Decimal205772120.030.6400.17296.8961.0956.67
HexCD4DD43400111293d39
Octal31511532431000214517571
Binary11001101100110111010100111000000010001100101001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4DD4; }

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

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

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

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

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

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

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

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