Html Css Color HEX #CE56CE Fuchsia

📋 copy color: '#CE56CE'

red 206 ◦ green 86 ◦ blue 206

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

Shades of Fuchsia #CE56CE

Tints of Fuchsia #CE56CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.27%

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

R = 41.37%
G = 17.27%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE56CE (or 0xCE56CE) is known color: Fuchsia. HEX triplet: CE, 56 and CE. RGB value is (206,86,206). Sum of RGB (Red+Green+Blue) = 206+86+206=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE56CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56CE is #31A931. Grayscale: #878787. Windows color (decimal): -3254578 or 13522638. OLE color: 13522638.

HSL color Cylindrical-coordinate representation of color #CE56CE: hue angle of 300º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE56CE is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 86 206 -
CMYK 0 0.58 0 0.19
HSL 300º 0.55% 0.57% -
HSV(B) 300º 0.58% 0.81% -
XYZ 39.92 24.23 60.97 -
YUV 135.56 167.76 178.24 -
System Red Green Blue C M Y K H S L
Decimal 206 86 206 0 0.58 0 0.19 300 0.55 0.57
Hex CE 56 CE 0 3A 0 13 12C 37 39
Octal 316 126 316 0 72 0 23 454 67 71
Binary 11001110 1010110 11001110 0 111010 0 10011 100101100 110111 111001

Color Harmonies of #CE56CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56CE

Black with #CE56CE

Text Example


Text Example

White with #CE56CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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