Html Css Color HEX #CE5BC7 Fuchsia

📋 copy color: '#CE5BC7'

red 206 ◦ green 91 ◦ blue 199

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

Shades of Fuchsia #CE5BC7

Tints of Fuchsia #CE5BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.12%

R = 41.53%
G = 18.35%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE5BC7 (or 0xCE5BC7) is known color: Fuchsia. HEX triplet: CE, 5B and C7. RGB value is (206,91,199). Sum of RGB (Red+Green+Blue) = 206+91+199=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BC7 is #31A438. Grayscale: #898989. Windows color (decimal): -3253305 or 13065166. OLE color: 13065166.

HSL color Cylindrical-coordinate representation of color #CE5BC7: hue angle of 303.65º 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 #CE5BC7 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 91 199 -
CMYK 0 0.56 0.03 0.19
HSL 303.65º 0.54% 0.58% -
HSV(B) 303.65º 0.56% 0.81% -
XYZ 39.5 24.73 56.72 -
YUV 137.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 206 91 199 0 0.56 0.03 0.19 303.65 0.54 0.58
Hex CE 5B C7 0 38 3 13 130 36 3A
Octal 316 133 307 0 70 3 23 460 66 72
Binary 11001110 1011011 11000111 0 111000 11 10011 100110000 110110 111010

Color Harmonies of #CE5BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5BC7

Black with #CE5BC7

Text Example


Text Example

White with #CE5BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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