Html Css Color HEX #CE5AC6 Fuchsia

📋 copy color: '#CE5AC6'

red 206 ◦ green 90 ◦ blue 198

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

Shades of Fuchsia #CE5AC6

Tints of Fuchsia #CE5AC6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.22%

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

R = 41.7%
G = 18.22%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE5AC6 (or 0xCE5AC6) is known color: Fuchsia. HEX triplet: CE, 5A and C6. RGB value is (206,90,198). Sum of RGB (Red+Green+Blue) = 206+90+198=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AC6 is #31A539. Grayscale: #888888. Windows color (decimal): -3253562 or 12999374. OLE color: 12999374.

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

Color convert

RGB 206 90 198 -
CMYK 0 0.56 0.04 0.19
HSL 304.14º 0.54% 0.58% -
HSV(B) 304.14º 0.56% 0.81% -
XYZ 39.3 24.51 56.09 -
YUV 137 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 206 90 198 0 0.56 0.04 0.19 304.14 0.54 0.58
Hex CE 5A C6 0 38 4 13 130 36 3A
Octal 316 132 306 0 70 4 23 460 66 72
Binary 11001110 1011010 11000110 0 111000 100 10011 100110000 110110 111010

Color Harmonies of #CE5AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AC6

Black with #CE5AC6

Text Example


Text Example

White with #CE5AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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