#CE67BF

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

Shades of Fuchsia #CE67BF

Tints of Fuchsia #CE67BF

Color information

#CE67BF (or 0xCE67BF) is unknown color: approx Fuchsia. HEX triplet: CE, 67 and BF. RGB value is (206,103,191). Sum of RGB (Red+Green+Blue) = 206+103+191=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67BF is #319840. Grayscale: #8F8F8F. Windows color (decimal): -3250241 or 12543950. OLE color: 12543950.

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

Color convert

RGB206103191-
CMYK00.500.070.19
HSL308.74º51.24%60.59%-
HSV(B)308.74º50%80.78%-
XYZ39.7126.5852.33-
YUV143.83154.62172.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 103 (40.62% from 255) = 20.6%
BLUE value IS 191 (75% from 255) = 38.2%
R=41.2%
G=20.6%
B=38.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610319100.500.070.19308.7451.2460.59
HexCE67BF032713135333d
Octal3161472770627234656375
Binary11001110110011110111111011001011110011100110101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE67BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE67BF; }

 p { color: rgb(206,103,191); }

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

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

 a { background-color: rgb(206,103,191); }

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

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

 span { border-color: rgb(206,103,191); }

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