Html Css Color HEX #CE5BBB Fuchsia

📋 copy color: '#CE5BBB'

red 206 ◦ green 91 ◦ blue 187

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

Shades of Fuchsia #CE5BBB

Tints of Fuchsia #CE5BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 42.56%
G = 18.8%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE5BBB (or 0xCE5BBB) is known color: Fuchsia. HEX triplet: CE, 5B and BB. RGB value is (206,91,187). Sum of RGB (Red+Green+Blue) = 206+91+187=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BBB is #31A444. Grayscale: #888888. Windows color (decimal): -3253317 or 12278734. OLE color: 12278734.

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

Color convert

RGB 206 91 187 -
CMYK 0 0.56 0.09 0.19
HSL 309.91º 0.54% 0.58% -
HSV(B) 309.91º 0.56% 0.81% -
XYZ 38.16 24.19 49.67 -
YUV 136.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 206 91 187 0 0.56 0.09 0.19 309.91 0.54 0.58
Hex CE 5B BB 0 38 9 13 136 36 3A
Octal 316 133 273 0 70 11 23 466 66 72
Binary 11001110 1011011 10111011 0 111000 1001 10011 100110110 110110 111010

Color Harmonies of #CE5BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5BBB

Black with #CE5BBB

Text Example


Text Example

White with #CE5BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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