Html Css Color HEX #CE5EBE Fuchsia

📋 copy color: '#CE5EBE'

red 206 ◦ green 94 ◦ blue 190

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

Shades of Fuchsia #CE5EBE

Tints of Fuchsia #CE5EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 42.04%
G = 19.18%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE5EBE (or 0xCE5EBE) is known color: Fuchsia. HEX triplet: CE, 5E and BE. RGB value is (206,94,190). Sum of RGB (Red+Green+Blue) = 206+94+190=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EBE is #31A141. Grayscale: #8A8A8A. Windows color (decimal): -3252546 or 12476110. OLE color: 12476110.

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

Color convert

RGB 206 94 190 -
CMYK 0 0.54 0.08 0.19
HSL 308.57º 0.53% 0.59% -
HSV(B) 308.57º 0.54% 0.81% -
XYZ 38.75 24.84 51.47 -
YUV 138.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 206 94 190 0 0.54 0.08 0.19 308.57 0.53 0.59
Hex CE 5E BE 0 36 8 13 135 35 3B
Octal 316 136 276 0 66 10 23 465 65 73
Binary 11001110 1011110 10111110 0 110110 1000 10011 100110101 110101 111011

Color Harmonies of #CE5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5EBE

Black with #CE5EBE

Text Example


Text Example

White with #CE5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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