#CE6BB6

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

Shades of Fuchsia #CE6BB6

Tints of Fuchsia #CE6BB6

Color information

#CE6BB6 (or 0xCE6BB6) is unknown color: approx Fuchsia. HEX triplet: CE, 6B and B6. RGB value is (206,107,182). Sum of RGB (Red+Green+Blue) = 206+107+182=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BB6 is #319449. Grayscale: #909090. Windows color (decimal): -3249226 or 11955150. OLE color: 11955150.

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

Color convert

RGB206107182-
CMYK00.480.120.19
HSL314.55º50.25%61.37%-
HSV(B)314.55º48.06%80.78%-
XYZ39.1527.0147.41-
YUV145.15148.8171.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 107 (42.19% from 255) = 21.62%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=41.62%
G=21.62%
B=36.77%

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
Decimal20610718200.480.120.19314.5550.2561.37
HexCE6BB6030C1313b323d
Octal31615326606014234736275
Binary110011101101011101101100110000110010011100111011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6BB6; }

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

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

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

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

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

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

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

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