#CE69BD

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

Shades of Fuchsia #CE69BD

Tints of Fuchsia #CE69BD

Color information

#CE69BD (or 0xCE69BD) is unknown color: approx Fuchsia. HEX triplet: CE, 69 and BD. RGB value is (206,105,189). Sum of RGB (Red+Green+Blue) = 206+105+189=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69BD is #319642. Grayscale: #909090. Windows color (decimal): -3249731 or 12413390. OLE color: 12413390.

HSL color Cylindrical-coordinate representation of color #CE69BD: hue angle of 310.1º 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 #CE69BD is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206105189-
CMYK00.490.080.19
HSL310.1º50.75%60.98%-
HSV(B)310.1º49.03%80.78%-
XYZ39.6926.951.24-
YUV144.77152.96171.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 105 (41.41% from 255) = 21%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=41.2%
G=21%
B=37.8%

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
Decimal20610518900.490.080.19310.150.7560.98
HexCE69BD031813136333d
Octal31615127506110234666375
Binary110011101101001101111010110001100010011100110110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE69BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE69BD; }

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

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

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

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

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

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

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

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