#CE65C0

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

Shades of Fuchsia #CE65C0

Tints of Fuchsia #CE65C0

Color information

#CE65C0 (or 0xCE65C0) is unknown color: approx Fuchsia. HEX triplet: CE, 65 and C0. RGB value is (206,101,192). Sum of RGB (Red+Green+Blue) = 206+101+192=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65C0 is #319A3F. Grayscale: #8E8E8E. Windows color (decimal): -3250752 or 12608974. OLE color: 12608974.

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

Color convert

RGB206101192-
CMYK00.510.070.19
HSL308º51.72%60.2%-
HSV(B)308º50.97%80.78%-
XYZ39.6226.2352.84-
YUV142.77155.79173.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 101 (39.84% from 255) = 20.24%
BLUE value IS 192 (75.39% from 255) = 38.48%
R=41.28%
G=20.24%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610119200.510.070.1930851.7260.2
HexCE65C0033713134343c
Octal3161453000637234646474
Binary11001110110010111000000011001111110011100110100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE65C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE65C0; }

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

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

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

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

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

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

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

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