#CE66B7

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

Shades of Fuchsia #CE66B7

Tints of Fuchsia #CE66B7

Color information

#CE66B7 (or 0xCE66B7) is unknown color: approx Fuchsia. HEX triplet: CE, 66 and B7. RGB value is (206,102,183). Sum of RGB (Red+Green+Blue) = 206+102+183=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66B7 is #319948. Grayscale: #8E8E8E. Windows color (decimal): -3250505 or 12019406. OLE color: 12019406.

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

Color convert

RGB206102183-
CMYK00.500.110.19
HSL313.27º51.49%60.39%-
HSV(B)313.27º50.49%80.78%-
XYZ38.7526.0447.78-
YUV142.33150.96173.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 102 (40.23% from 255) = 20.77%
BLUE value IS 183 (71.88% from 255) = 37.27%
R=41.96%
G=20.77%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610218300.500.110.19313.2751.4960.39
HexCE66B7032B13139333c
Octal31614626706213234716374
Binary110011101100110101101110110010101110011100111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE66B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE66B7; }

 p { color: rgb(206,102,183); }

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

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

 a { background-color: rgb(206,102,183); }

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

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

 span { border-color: rgb(206,102,183); }

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