Html Css Color HEX #CE5AC7 Fuchsia

📋 copy color: '#CE5AC7'

red 206 ◦ green 90 ◦ blue 199

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

Shades of Fuchsia #CE5AC7

Tints of Fuchsia #CE5AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.2%

R = 41.62%
G = 18.18%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE5AC7 (or 0xCE5AC7) is known color: Fuchsia. HEX triplet: CE, 5A and C7. RGB value is (206,90,199). Sum of RGB (Red+Green+Blue) = 206+90+199=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AC7 is #31A538. Grayscale: #888888. Windows color (decimal): -3253561 or 13064910. OLE color: 13064910.

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

Color convert

RGB 206 90 199 -
CMYK 0 0.56 0.03 0.19
HSL 303.62º 0.54% 0.58% -
HSV(B) 303.62º 0.56% 0.81% -
XYZ 39.42 24.56 56.7 -
YUV 137.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 206 90 199 0 0.56 0.03 0.19 303.62 0.54 0.58
Hex CE 5A C7 0 38 3 13 130 36 3A
Octal 316 132 307 0 70 3 23 460 66 72
Binary 11001110 1011010 11000111 0 111000 11 10011 100110000 110110 111010

Color Harmonies of #CE5AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AC7

Black with #CE5AC7

Text Example


Text Example

White with #CE5AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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