#CE4DD4

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

Shades of Fuchsia #CE4DD4

Tints of Fuchsia #CE4DD4

Color information

#CE4DD4 (or 0xCE4DD4) is unknown color: approx Fuchsia. HEX triplet: CE, 4D and D4. RGB value is (206,77,212). Sum of RGB (Red+Green+Blue) = 206+77+212=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE4DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DD4 is #31B22B. Grayscale: #828282. Windows color (decimal): -3256876 or 13913550. OLE color: 13913550.

HSL color Cylindrical-coordinate representation of color #CE4DD4: hue angle of 297.33º 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 #CE4DD4 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20677212-
CMYK0.030.6400.17
HSL297.33º61.09%56.67%-
HSV(B)297.33º63.68%83.14%-
XYZ39.9923.1864.65-
YUV130.96173.74181.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 77 (30.47% from 255) = 15.56%
BLUE value IS 212 (83.20% from 255) = 42.83%
R=41.62%
G=15.56%
B=42.83%

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
Decimal206772120.030.6400.17297.3361.0956.67
HexCE4DD43400111293d39
Octal31611532431000214517571
Binary11001110100110111010100111000000010001100101001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4DD4; }

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

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

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

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

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

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

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

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