Html Css Color HEX #CE5DB2 Fuchsia

📋 copy color: '#CE5DB2'

red 206 ◦ green 93 ◦ blue 178

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

Shades of Fuchsia #CE5DB2

Tints of Fuchsia #CE5DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.32%

R = 43.19%
G = 19.5%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE5DB2 (or 0xCE5DB2) is known color: Fuchsia. HEX triplet: CE, 5D and B2. RGB value is (206,93,178). Sum of RGB (Red+Green+Blue) = 206+93+178=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5DB2 is #31A24D. Grayscale: #888888. Windows color (decimal): -3252814 or 11689422. OLE color: 11689422.

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

Color convert

RGB 206 93 178 -
CMYK 0 0.55 0.14 0.19
HSL 314.87º 0.54% 0.59% -
HSV(B) 314.87º 0.55% 0.81% -
XYZ 37.4 24.16 44.81 -
YUV 136.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 206 93 178 0 0.55 0.14 0.19 314.87 0.54 0.59
Hex CE 5D B2 0 37 E 13 13B 36 3B
Octal 316 135 262 0 67 16 23 473 66 73
Binary 11001110 1011101 10110010 0 110111 1110 10011 100111011 110110 111011

Color Harmonies of #CE5DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DB2

Black with #CE5DB2

Text Example


Text Example

White with #CE5DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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