Html Css Color HEX #CE5AC5 Fuchsia

📋 copy color: '#CE5AC5'

red 206 ◦ green 90 ◦ blue 197

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

Shades of Fuchsia #CE5AC5

Tints of Fuchsia #CE5AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.96%

R = 41.78%
G = 18.26%
B = 39.96%

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

#CE5AC5 (or 0xCE5AC5) is known color: Fuchsia. HEX triplet: CE, 5A and C5. RGB value is (206,90,197). Sum of RGB (Red+Green+Blue) = 206+90+197=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AC5 is #31A53A. Grayscale: #888888. Windows color (decimal): -3253563 or 12933838. OLE color: 12933838.

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

Color convert

RGB 206 90 197 -
CMYK 0 0.56 0.04 0.19
HSL 304.66º 0.54% 0.58% -
HSV(B) 304.66º 0.56% 0.81% -
XYZ 39.19 24.47 55.48 -
YUV 136.88 161.93 177.3 -
System Red Green Blue C M Y K H S L
Decimal 206 90 197 0 0.56 0.04 0.19 304.66 0.54 0.58
Hex CE 5A C5 0 38 4 13 131 36 3A
Octal 316 132 305 0 70 4 23 461 66 72
Binary 11001110 1011010 11000101 0 111000 100 10011 100110001 110110 111010

Color Harmonies of #CE5AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AC5

Black with #CE5AC5

Text Example


Text Example

White with #CE5AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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