#CE5DBA

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

Shades of Fuchsia #CE5DBA

Tints of Fuchsia #CE5DBA

Color information

#CE5DBA (or 0xCE5DBA) is unknown color: approx Fuchsia. HEX triplet: CE, 5D and BA. RGB value is (206,93,186). Sum of RGB (Red+Green+Blue) = 206+93+186=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DBA is #31A245. Grayscale: #898989. Windows color (decimal): -3252806 or 12213710. OLE color: 12213710.

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

Color convert

RGB20693186-
CMYK00.550.100.19
HSL310.62º53.55%58.63%-
HSV(B)310.62º54.85%80.78%-
XYZ38.2324.549.17-
YUV137.39155.44176.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 93 (36.72% from 255) = 19.18%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=42.47%
G=19.18%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069318600.550.100.19310.6253.5558.63
HexCE5DBA037A13137363b
Octal31613527206712234676673
Binary110011101011101101110100110111101010011100110111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5DBA; }

 p { color: rgb(206,93,186); }

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

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

 a { background-color: rgb(206,93,186); }

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

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

 span { border-color: rgb(206,93,186); }

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