Html Css Color HEX #CE15FF Electric Purple

📋 copy color: '#CE15FF'

red 206 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #CE15FF

Tints of Electric Purple #CE15FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.36%

 BLUE value IS 255 (100% from 255) = 52.9%

R = 42.74%
G = 4.36%
B = 52.9%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE15FF (or 0xCE15FF) is known color: Electric Purple. HEX triplet: CE, 15 and FF. RGB value is (206,21,255). Sum of RGB (Red+Green+Blue) = 206+21+255=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE15FF is #31EA00. Grayscale: #666666. Windows color (decimal): -3271169 or 16717262. OLE color: 16717262.

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

Color convert

RGB 206 21 255 -
CMYK 0.19 0.92 0 0
HSL 287.44º 1% 0.54% -
HSV(B) 287.44º 0.92% 1% -
XYZ 43.77 20.88 96.33 -
YUV 102.99 213.79 201.47 -
System Red Green Blue C M Y K H S L
Decimal 206 21 255 0.19 0.92 0 0 287.44 1 0.54
Hex CE 15 FF 13 5C 0 0 11F 64 36
Octal 316 25 377 23 134 0 0 437 144 66
Binary 11001110 10101 11111111 10011 1011100 0 0 100011111 1100100 110110

Color Harmonies of #CE15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE15FF

Black with #CE15FF

Text Example


Text Example

White with #CE15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE15FF; }

 p { color: rgb(206,21,255); }

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

background-color css

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

 a { background-color: rgb(206,21,255); }

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

border-color css

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

 span { border-color: rgb(206,21,255); }

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