Html Css Color HEX #CE15FB Electric Purple

📋 copy color: '#CE15FB'

red 206 ◦ green 21 ◦ blue 251

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

Shades of Electric Purple #CE15FB

Tints of Electric Purple #CE15FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.51%

R = 43.1%
G = 4.39%
B = 52.51%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE15FB (or 0xCE15FB) is known color: Electric Purple. HEX triplet: CE, 15 and FB. RGB value is (206,21,251). Sum of RGB (Red+Green+Blue) = 206+21+251=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE15FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE15FB is #31EA04. Grayscale: #656565. Windows color (decimal): -3271173 or 16455118. OLE color: 16455118.

HSL color Cylindrical-coordinate representation of color #CE15FB: hue angle of 288.26º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE15FB is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 21 251 -
CMYK 0.18 0.92 0 0.02
HSL 288.26º 0.97% 0.53% -
HSV(B) 288.26º 0.92% 0.98% -
XYZ 43.13 20.62 92.97 -
YUV 102.54 211.79 201.8 -
System Red Green Blue C M Y K H S L
Decimal 206 21 251 0.18 0.92 0 0.02 288.26 0.97 0.53
Hex CE 15 FB 12 5C 0 2 120 61 35
Octal 316 25 373 22 134 0 2 440 141 65
Binary 11001110 10101 11111011 10010 1011100 0 10 100100000 1100001 110101

Color Harmonies of #CE15FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE15FB

Black with #CE15FB

Text Example


Text Example

White with #CE15FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE15FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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