Html Css Color HEX #CE5EBA Fuchsia

📋 copy color: '#CE5EBA'

red 206 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #CE5EBA

Tints of Fuchsia #CE5EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 42.39%
G = 19.34%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE5EBA (or 0xCE5EBA) is known color: Fuchsia. HEX triplet: CE, 5E and BA. RGB value is (206,94,186). Sum of RGB (Red+Green+Blue) = 206+94+186=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EBA is #31A145. Grayscale: #898989. Windows color (decimal): -3252550 or 12213966. OLE color: 12213966.

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

Color convert

RGB 206 94 186 -
CMYK 0 0.54 0.10 0.19
HSL 310.71º 0.53% 0.59% -
HSV(B) 310.71º 0.54% 0.81% -
XYZ 38.32 24.67 49.2 -
YUV 137.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 206 94 186 0 0.54 0.10 0.19 310.71 0.53 0.59
Hex CE 5E BA 0 36 A 13 137 35 3B
Octal 316 136 272 0 66 12 23 467 65 73
Binary 11001110 1011110 10111010 0 110110 1010 10011 100110111 110101 111011

Color Harmonies of #CE5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5EBA

Black with #CE5EBA

Text Example


Text Example

White with #CE5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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