Html Css Color HEX #CE5DCB Fuchsia

📋 copy color: '#CE5DCB'

red 206 ◦ green 93 ◦ blue 203

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

Shades of Fuchsia #CE5DCB

Tints of Fuchsia #CE5DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.53%

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 41.04%
G = 18.53%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE5DCB (or 0xCE5DCB) is known color: Fuchsia. HEX triplet: CE, 5D and CB. RGB value is (206,93,203). Sum of RGB (Red+Green+Blue) = 206+93+203=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DCB is #31A234. Grayscale: #8B8B8B. Windows color (decimal): -3252789 or 13327822. OLE color: 13327822.

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

Color convert

RGB 206 93 203 -
CMYK 0 0.55 0.01 0.19
HSL 301.59º 0.54% 0.59% -
HSV(B) 301.59º 0.55% 0.81% -
XYZ 40.15 25.26 59.26 -
YUV 139.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 206 93 203 0 0.55 0.01 0.19 301.59 0.54 0.59
Hex CE 5D CB 0 37 1 13 12E 36 3B
Octal 316 135 313 0 67 1 23 456 66 73
Binary 11001110 1011101 11001011 0 110111 1 10011 100101110 110110 111011

Color Harmonies of #CE5DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DCB

Black with #CE5DCB

Text Example


Text Example

White with #CE5DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DCB; }

 p { color: rgb(206,93,203); }

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

background-color css

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

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

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

border-color css

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

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

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