#CE65BC

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

Shades of Fuchsia #CE65BC

Tints of Fuchsia #CE65BC

Color information

#CE65BC (or 0xCE65BC) is unknown color: approx Fuchsia. HEX triplet: CE, 65 and BC. RGB value is (206,101,188). Sum of RGB (Red+Green+Blue) = 206+101+188=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65BC is #319A43. Grayscale: #8E8E8E. Windows color (decimal): -3250756 or 12346830. OLE color: 12346830.

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

Color convert

RGB206101188-
CMYK00.510.090.19
HSL310.29º51.72%60.2%-
HSV(B)310.29º50.97%80.78%-
XYZ39.1826.0650.54-
YUV142.31153.79173.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 101 (39.84% from 255) = 20.40%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=41.62%
G=20.40%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610118800.510.090.19310.2951.7260.2
HexCE65BC033913136343c
Octal31614527406311234666474
Binary110011101100101101111000110011100110011100110110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE65BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE65BC; }

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

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

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

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

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

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

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

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