Html Css Color HEX #CE54D0 Fuchsia

📋 copy color: '#CE54D0'

red 206 ◦ green 84 ◦ blue 208

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

Shades of Fuchsia #CE54D0

Tints of Fuchsia #CE54D0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.87%

 BLUE value IS 208 (81.64% from 255) = 41.77%

R = 41.37%
G = 16.87%
B = 41.77%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE54D0 (or 0xCE54D0) is known color: Fuchsia. HEX triplet: CE, 54 and D0. RGB value is (206,84,208). Sum of RGB (Red+Green+Blue) = 206+84+208=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE54D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54D0 is #31AB2F. Grayscale: #868686. Windows color (decimal): -3255088 or 13653198. OLE color: 13653198.

HSL color Cylindrical-coordinate representation of color #CE54D0: hue angle of 299.03º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE54D0 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 84 208 -
CMYK 0.01 0.60 0 0.18
HSL 299.03º 0.57% 0.57% -
HSV(B) 299.03º 0.6% 0.82% -
XYZ 40.01 24.02 62.2 -
YUV 134.61 169.42 178.92 -
System Red Green Blue C M Y K H S L
Decimal 206 84 208 0.01 0.60 0 0.18 299.03 0.57 0.57
Hex CE 54 D0 1 3C 0 12 12B 39 39
Octal 316 124 320 1 74 0 22 453 71 71
Binary 11001110 1010100 11010000 1 111100 0 10010 100101011 111001 111001

Color Harmonies of #CE54D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54D0

Black with #CE54D0

Text Example


Text Example

White with #CE54D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54D0; }

 p { color: rgb(206,84,208); }

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

background-color css

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

 a { background-color: rgb(206,84,208); }

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

border-color css

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

 span { border-color: rgb(206,84,208); }

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