Html Css Color HEX #CE18FE Electric Purple

📋 copy color: '#CE18FE'

red 206 ◦ green 24 ◦ blue 254

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

Shades of Electric Purple #CE18FE

Tints of Electric Purple #CE18FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.96%

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 42.56%
G = 4.96%
B = 52.48%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE18FE (or 0xCE18FE) is known color: Electric Purple. HEX triplet: CE, 18 and FE. RGB value is (206,24,254). Sum of RGB (Red+Green+Blue) = 206+24+254=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 24 (9.77% from 255 or 4.96% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE18FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE18FE is #31E701. Grayscale: #676767. Windows color (decimal): -3270402 or 16652494. OLE color: 16652494.

HSL color Cylindrical-coordinate representation of color #CE18FE: hue angle of 287.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE18FE is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 24 254 -
CMYK 0.19 0.91 0 0.00
HSL 287.48º 0.99% 0.55% -
HSV(B) 287.48º 0.91% 1% -
XYZ 43.67 20.93 95.5 -
YUV 104.64 212.3 200.3 -
System Red Green Blue C M Y K H S L
Decimal 206 24 254 0.19 0.91 0 0.00 287.48 0.99 0.55
Hex CE 18 FE 13 5B 0 0 11F 63 37
Octal 316 30 376 23 133 0 0 437 143 67
Binary 11001110 11000 11111110 10011 1011011 0 0 100011111 1100011 110111

Color Harmonies of #CE18FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE18FE

Black with #CE18FE

Text Example


Text Example

White with #CE18FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE18FE; }

 p { color: rgb(206,24,254); }

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

background-color css

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

 a { background-color: rgb(206,24,254); }

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

border-color css

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

 span { border-color: rgb(206,24,254); }

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