Html Css Color HEX #CE5BC2 Fuchsia

📋 copy color: '#CE5BC2'

red 206 ◦ green 91 ◦ blue 194

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

Shades of Fuchsia #CE5BC2

Tints of Fuchsia #CE5BC2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.53%

 BLUE value IS 194 (76.17% from 255) = 39.51%

R = 41.96%
G = 18.53%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE5BC2 (or 0xCE5BC2) is known color: Fuchsia. HEX triplet: CE, 5B and C2. RGB value is (206,91,194). Sum of RGB (Red+Green+Blue) = 206+91+194=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BC2 is #31A43D. Grayscale: #888888. Windows color (decimal): -3253310 or 12737486. OLE color: 12737486.

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

Color convert

RGB 206 91 194 -
CMYK 0 0.56 0.06 0.19
HSL 306.26º 0.54% 0.58% -
HSV(B) 306.26º 0.56% 0.81% -
XYZ 38.93 24.5 53.72 -
YUV 137.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 206 91 194 0 0.56 0.06 0.19 306.26 0.54 0.58
Hex CE 5B C2 0 38 6 13 132 36 3A
Octal 316 133 302 0 70 6 23 462 66 72
Binary 11001110 1011011 11000010 0 111000 110 10011 100110010 110110 111010

Color Harmonies of #CE5BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5BC2

Black with #CE5BC2

Text Example


Text Example

White with #CE5BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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