Html Css Color HEX #CE5ACE Fuchsia

📋 copy color: '#CE5ACE'

red 206 ◦ green 90 ◦ blue 206

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

Shades of Fuchsia #CE5ACE

Tints of Fuchsia #CE5ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.93%

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

R = 41.04%
G = 17.93%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE5ACE (or 0xCE5ACE) is known color: Fuchsia. HEX triplet: CE, 5A and CE. RGB value is (206,90,206). Sum of RGB (Red+Green+Blue) = 206+90+206=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE5ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ACE is #31A531. Grayscale: #898989. Windows color (decimal): -3253554 or 13523662. OLE color: 13523662.

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

Color convert

RGB 206 90 206 -
CMYK 0 0.56 0 0.19
HSL 300º 0.54% 0.58% -
HSV(B) 300º 0.56% 0.81% -
XYZ 40.25 24.89 61.08 -
YUV 137.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 206 90 206 0 0.56 0 0.19 300 0.54 0.58
Hex CE 5A CE 0 38 0 13 12C 36 3A
Octal 316 132 316 0 70 0 23 454 66 72
Binary 11001110 1011010 11001110 0 111000 0 10011 100101100 110110 111010

Color Harmonies of #CE5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5ACE

Black with #CE5ACE

Text Example


Text Example

White with #CE5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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