#cd4dce

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

Shades of Fuchsia #CD4DCE

Tints of Fuchsia #CD4DCE

Color information

#CD4DCE (or 0xCD4DCE) is unknown color: approx Fuchsia. HEX triplet: CD, 4D and CE. RGB value is (205,77,206). Sum of RGB (Red+Green+Blue) = 205+77+206=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD4DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4DCE is #32B231. Grayscale: #818181. Windows color (decimal): -3322418 or 13520333. OLE color: 13520333.

HSL color Cylindrical-coordinate representation of color #CD4DCE: hue angle of 299.53º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD4DCE is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20577206-
CMYK0.000.6300.19
HSL299.53º56.83%55.49%-
HSV(B)299.53º62.62%80.78%-
XYZ38.9722.7460.73-
YUV129.98170.91181.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 77 (30.47% from 255) = 15.78%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=42.01%
G=15.78%
B=42.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal205772060.000.6300.19299.5356.8355.49
HexCD4DCE03F01312c3937
Octal3151153160770234547167
Binary110011011001101110011100111111010011100101100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd4dce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd4dce; }

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

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

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

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

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

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

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

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