Html Css Color HEX #CE5CC6 Fuchsia

📋 copy color: '#CE5CC6'

red 206 ◦ green 92 ◦ blue 198

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

Shades of Fuchsia #CE5CC6

Tints of Fuchsia #CE5CC6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.55%

 BLUE value IS 198 (77.73% from 255) = 39.92%

R = 41.53%
G = 18.55%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE5CC6 (or 0xCE5CC6) is known color: Fuchsia. HEX triplet: CE, 5C and C6. RGB value is (206,92,198). Sum of RGB (Red+Green+Blue) = 206+92+198=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CC6 is #31A339. Grayscale: #898989. Windows color (decimal): -3253050 or 12999886. OLE color: 12999886.

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

Color convert

RGB 206 92 198 -
CMYK 0 0.55 0.04 0.19
HSL 304.21º 0.54% 0.58% -
HSV(B) 304.21º 0.55% 0.81% -
XYZ 39.47 24.85 56.14 -
YUV 138.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 206 92 198 0 0.55 0.04 0.19 304.21 0.54 0.58
Hex CE 5C C6 0 37 4 13 130 36 3A
Octal 316 134 306 0 67 4 23 460 66 72
Binary 11001110 1011100 11000110 0 110111 100 10011 100110000 110110 111010

Color Harmonies of #CE5CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5CC6

Black with #CE5CC6

Text Example


Text Example

White with #CE5CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5CC6; }

 p { color: rgb(206,92,198); }

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

background-color css

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

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

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

border-color css

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

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

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