#CE5BD2

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

Shades of Fuchsia #CE5BD2

Tints of Fuchsia #CE5BD2

Color information

#CE5BD2 (or 0xCE5BD2) is unknown color: approx Fuchsia. HEX triplet: CE, 5B and D2. RGB value is (206,91,210). Sum of RGB (Red+Green+Blue) = 206+91+210=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE5BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BD2 is #31A42D. Grayscale: #8A8A8A. Windows color (decimal): -3253294 or 13786062. OLE color: 13786062.

HSL color Cylindrical-coordinate representation of color #CE5BD2: hue angle of 297.98º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5BD2 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20691210-
CMYK0.020.5700.18
HSL297.98º56.94%59.02%-
HSV(B)297.98º56.67%82.35%-
XYZ40.8325.2663.7-
YUV138.95168.1175.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 91 (35.94% from 255) = 17.95%
BLUE value IS 210 (82.42% from 255) = 41.42%
R=40.63%
G=17.95%
B=41.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206912100.020.5700.18297.9856.9459.02
HexCE5BD223901212a393b
Octal3161333222710224527173
Binary1100111010110111101001010111001010010100101010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5BD2; }

 p { color: rgb(206,91,210); }

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

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

 a { background-color: rgb(206,91,210); }

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

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

 span { border-color: rgb(206,91,210); }

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