Html Css Color HEX #CE55CE Fuchsia

📋 copy color: '#CE55CE'

red 206 ◦ green 85 ◦ blue 206

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

Shades of Fuchsia #CE55CE

Tints of Fuchsia #CE55CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.1%

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

R = 41.45%
G = 17.1%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE55CE (or 0xCE55CE) is known color: Fuchsia. HEX triplet: CE, 55 and CE. RGB value is (206,85,206). Sum of RGB (Red+Green+Blue) = 206+85+206=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE55CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55CE is #31AA31. Grayscale: #868686. Windows color (decimal): -3254834 or 13522382. OLE color: 13522382.

HSL color Cylindrical-coordinate representation of color #CE55CE: 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.59%. Process color model (Four color, CMYK) of #CE55CE is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 206 -
CMYK 0 0.59 0 0.19
HSL 300º 0.55% 0.57% -
HSV(B) 300º 0.59% 0.81% -
XYZ 39.84 24.08 60.94 -
YUV 134.97 168.09 178.66 -
System Red Green Blue C M Y K H S L
Decimal 206 85 206 0 0.59 0 0.19 300 0.55 0.57
Hex CE 55 CE 0 3B 0 13 12C 37 39
Octal 316 125 316 0 73 0 23 454 67 71
Binary 11001110 1010101 11001110 0 111011 0 10011 100101100 110111 111001

Color Harmonies of #CE55CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55CE

Black with #CE55CE

Text Example


Text Example

White with #CE55CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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