Html Css Color HEX #CE5BC0 Fuchsia

📋 copy color: '#CE5BC0'

red 206 ◦ green 91 ◦ blue 192

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

Shades of Fuchsia #CE5BC0

Tints of Fuchsia #CE5BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.26%

R = 42.13%
G = 18.61%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE5BC0 (or 0xCE5BC0) is known color: Fuchsia. HEX triplet: CE, 5B and C0. RGB value is (206,91,192). Sum of RGB (Red+Green+Blue) = 206+91+192=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BC0 is #31A43F. Grayscale: #888888. Windows color (decimal): -3253312 or 12606414. OLE color: 12606414.

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

Color convert

RGB 206 91 192 -
CMYK 0 0.56 0.07 0.19
HSL 307.3º 0.54% 0.58% -
HSV(B) 307.3º 0.56% 0.81% -
XYZ 38.71 24.41 52.54 -
YUV 136.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 206 91 192 0 0.56 0.07 0.19 307.3 0.54 0.58
Hex CE 5B C0 0 38 7 13 133 36 3A
Octal 316 133 300 0 70 7 23 463 66 72
Binary 11001110 1011011 11000000 0 111000 111 10011 100110011 110110 111010

Color Harmonies of #CE5BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5BC0

Black with #CE5BC0

Text Example


Text Example

White with #CE5BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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