Html Css Color HEX #CE5ECE Fuchsia

📋 copy color: '#CE5ECE'

red 206 ◦ green 94 ◦ blue 206

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

Shades of Fuchsia #CE5ECE

Tints of Fuchsia #CE5ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 40.71%
G = 18.58%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE5ECE (or 0xCE5ECE) is known color: Fuchsia. HEX triplet: CE, 5E and CE. RGB value is (206,94,206). Sum of RGB (Red+Green+Blue) = 206+94+206=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE5ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ECE is #31A131. Grayscale: #8B8B8B. Windows color (decimal): -3252530 or 13524686. OLE color: 13524686.

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

Color convert

RGB 206 94 206 -
CMYK 0 0.54 0 0.19
HSL 300º 0.53% 0.59% -
HSV(B) 300º 0.54% 0.81% -
XYZ 40.6 25.58 61.19 -
YUV 140.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 206 94 206 0 0.54 0 0.19 300 0.53 0.59
Hex CE 5E CE 0 36 0 13 12C 35 3B
Octal 316 136 316 0 66 0 23 454 65 73
Binary 11001110 1011110 11001110 0 110110 0 10011 100101100 110101 111011

Color Harmonies of #CE5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5ECE

Black with #CE5ECE

Text Example


Text Example

White with #CE5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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