Html Css Color HEX #CE15FC Electric Purple

📋 copy color: '#CE15FC'

red 206 ◦ green 21 ◦ blue 252

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

Shades of Electric Purple #CE15FC

Tints of Electric Purple #CE15FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 43.01%
G = 4.38%
B = 52.61%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE15FC (or 0xCE15FC) is known color: Electric Purple. HEX triplet: CE, 15 and FC. RGB value is (206,21,252). Sum of RGB (Red+Green+Blue) = 206+21+252=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 21 (8.59% from 255 or 4.38% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE15FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE15FC is #31EA03. Grayscale: #656565. Windows color (decimal): -3271172 or 16520654. OLE color: 16520654.

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

Color convert

RGB 206 21 252 -
CMYK 0.18 0.92 0 0.01
HSL 288.05º 0.97% 0.54% -
HSV(B) 288.05º 0.92% 0.99% -
XYZ 43.29 20.69 93.81 -
YUV 102.65 212.29 201.72 -
System Red Green Blue C M Y K H S L
Decimal 206 21 252 0.18 0.92 0 0.01 288.05 0.97 0.54
Hex CE 15 FC 12 5C 0 1 120 61 36
Octal 316 25 374 22 134 0 1 440 141 66
Binary 11001110 10101 11111100 10010 1011100 0 1 100100000 1100001 110110

Color Harmonies of #CE15FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE15FC

Black with #CE15FC

Text Example


Text Example

White with #CE15FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE15FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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