#CE6ABD

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

Shades of Fuchsia #CE6ABD

Tints of Fuchsia #CE6ABD

Color information

#CE6ABD (or 0xCE6ABD) is unknown color: approx Fuchsia. HEX triplet: CE, 6A and BD. RGB value is (206,106,189). Sum of RGB (Red+Green+Blue) = 206+106+189=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ABD is #319542. Grayscale: #919191. Windows color (decimal): -3249475 or 12413646. OLE color: 12413646.

HSL color Cylindrical-coordinate representation of color #CE6ABD: hue angle of 310.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6ABD is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206106189-
CMYK00.490.080.19
HSL310.2º50.51%61.18%-
HSV(B)310.2º48.54%80.78%-
XYZ39.7927.151.28-
YUV145.36152.63171.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 106 (41.80% from 255) = 21.16%
BLUE value IS 189 (74.22% from 255) = 37.72%
R=41.12%
G=21.16%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610618900.490.080.19310.250.5161.18
HexCE6ABD031813136333d
Octal31615227506110234666375
Binary110011101101010101111010110001100010011100110110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6ABD; }

 p { color: rgb(206,106,189); }

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

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

 a { background-color: rgb(206,106,189); }

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

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

 span { border-color: rgb(206,106,189); }

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