#CD47D4

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

Shades of Fuchsia #CD47D4

Tints of Fuchsia #CD47D4

Color information

#CD47D4 (or 0xCD47D4) is unknown color: approx Fuchsia. HEX triplet: CD, 47 and D4. RGB value is (205,71,212). Sum of RGB (Red+Green+Blue) = 205+71+212=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD47D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD47D4 is #32B82B. Grayscale: #7E7E7E. Windows color (decimal): -3323948 or 13912013. OLE color: 13912013.

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

Color convert

RGB20571212-
CMYK0.030.6700.17
HSL297.02º62.11%55.49%-
HSV(B)297.02º66.51%83.14%-
XYZ39.3122.2464.51-
YUV127.14175.89183.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 71 (28.12% from 255) = 14.55%
BLUE value IS 212 (83.20% from 255) = 43.44%
R=42.01%
G=14.55%
B=43.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205712120.030.6700.17297.0262.1155.49
HexCD47D43430111293e37
Octal31510732431030214517667
Binary11001101100011111010100111000011010001100101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD47D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD47D4; }

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

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

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

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

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

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

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

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