Html Css Color HEX #CE5ECB Fuchsia

📋 copy color: '#CE5ECB'

red 206 ◦ green 94 ◦ blue 203

#CE5ECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CE5ECB

Tints of Fuchsia #CE5ECB

RGB

 RED value IS 206 (80.86% from 255) = 40.95%

 GREEN value IS 94 (37.11% from 255) = 18.69%

 BLUE value IS 203 (79.69% from 255) = 40.36%

R = 40.95%
G = 18.69%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE5ECB (or 0xCE5ECB) is known color: Fuchsia. HEX triplet: CE, 5E and CB. RGB value is (206,94,203). Sum of RGB (Red+Green+Blue) = 206+94+203=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ECB is #31A134. Grayscale: #8B8B8B. Windows color (decimal): -3252533 or 13328078. OLE color: 13328078.

HSL color Cylindrical-coordinate representation of color #CE5ECB: hue angle of 301.61º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5ECB is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 94 203 -
CMYK 0 0.54 0.01 0.19
HSL 301.61º 0.53% 0.59% -
HSV(B) 301.61º 0.54% 0.81% -
XYZ 40.24 25.44 59.29 -
YUV 139.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 206 94 203 0 0.54 0.01 0.19 301.61 0.53 0.59
Hex CE 5E CB 0 36 1 13 12E 35 3B
Octal 316 136 313 0 66 1 23 456 65 73
Binary 11001110 1011110 11001011 0 110110 1 10011 100101110 110101 111011

Color Harmonies of #CE5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5ECB

Black with #CE5ECB

Text Example


Text Example

White with #CE5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5ECB; }

 p { color: rgb(206,94,203); }

 H1.HeaderClassName
 {
   color: #CE5ECB;
 }
 .AnyTagClassName
 {
   color: #CE5ECB;
 }
</style>

background-color css

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

 a { background-color: rgb(206,94,203); }

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

border-color css

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

 span { border-color: rgb(206,94,203); }

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