#CE65BE

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

Shades of Fuchsia #CE65BE

Tints of Fuchsia #CE65BE

Color information

#CE65BE (or 0xCE65BE) is unknown color: approx Fuchsia. HEX triplet: CE, 65 and BE. RGB value is (206,101,190). Sum of RGB (Red+Green+Blue) = 206+101+190=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65BE is #319A41. Grayscale: #8E8E8E. Windows color (decimal): -3250754 or 12477902. OLE color: 12477902.

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

Color convert

RGB206101190-
CMYK00.510.080.19
HSL309.14º51.72%60.2%-
HSV(B)309.14º50.97%80.78%-
XYZ39.426.1551.69-
YUV142.54154.79173.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 101 (39.84% from 255) = 20.32%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=41.45%
G=20.32%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610119000.510.080.19309.1451.7260.2
HexCE65BE033813135343c
Octal31614527606310234656474
Binary110011101100101101111100110011100010011100110101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE65BE; }

 p { color: rgb(206,101,190); }

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

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

 a { background-color: rgb(206,101,190); }

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

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

 span { border-color: rgb(206,101,190); }

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