Html Css Color HEX #CE5BCE Fuchsia

📋 copy color: '#CE5BCE'

red 206 ◦ green 91 ◦ blue 206

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

Shades of Fuchsia #CE5BCE

Tints of Fuchsia #CE5BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.09%

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

R = 40.95%
G = 18.09%
B = 40.95%

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

#CE5BCE (or 0xCE5BCE) is known color: Fuchsia. HEX triplet: CE, 5B and CE. RGB value is (206,91,206). Sum of RGB (Red+Green+Blue) = 206+91+206=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE5BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BCE is #31A431. Grayscale: #8A8A8A. Windows color (decimal): -3253298 or 13523918. OLE color: 13523918.

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

Color convert

RGB 206 91 206 -
CMYK 0 0.56 0 0.19
HSL 300º 0.54% 0.58% -
HSV(B) 300º 0.56% 0.81% -
XYZ 40.34 25.06 61.1 -
YUV 138.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 206 91 206 0 0.56 0 0.19 300 0.54 0.58
Hex CE 5B CE 0 38 0 13 12C 36 3A
Octal 316 133 316 0 70 0 23 454 66 72
Binary 11001110 1011011 11001110 0 111000 0 10011 100101100 110110 111010

Color Harmonies of #CE5BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5BCE

Black with #CE5BCE

Text Example


Text Example

White with #CE5BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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