#CE6BB5

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

Shades of Fuchsia #CE6BB5

Tints of Fuchsia #CE6BB5

Color information

#CE6BB5 (or 0xCE6BB5) is unknown color: approx Fuchsia. HEX triplet: CE, 6B and B5. RGB value is (206,107,181). Sum of RGB (Red+Green+Blue) = 206+107+181=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BB5 is #31944A. Grayscale: #909090. Windows color (decimal): -3249227 or 11889614. OLE color: 11889614.

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

Color convert

RGB206107181-
CMYK00.480.120.19
HSL315.15º50.25%61.37%-
HSV(B)315.15º48.06%80.78%-
XYZ39.0526.9746.86-
YUV145.04148.3171.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 107 (42.19% from 255) = 21.66%
BLUE value IS 181 (71.09% from 255) = 36.64%
R=41.70%
G=21.66%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610718100.480.120.19315.1550.2561.37
HexCE6BB5030C1313b323d
Octal31615326506014234736275
Binary110011101101011101101010110000110010011100111011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6BB5; }

 p { color: rgb(206,107,181); }

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

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

 a { background-color: rgb(206,107,181); }

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

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

 span { border-color: rgb(206,107,181); }

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