Html Css Color HEX #CE14FD Electric Purple

📋 copy color: '#CE14FD'

red 206 ◦ green 20 ◦ blue 253

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

Shades of Electric Purple #CE14FD

Tints of Electric Purple #CE14FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.18%

 BLUE value IS 253 (99.22% from 255) = 52.82%

R = 43.01%
G = 4.18%
B = 52.82%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE14FD (or 0xCE14FD) is known color: Electric Purple. HEX triplet: CE, 14 and FD. RGB value is (206,20,253). Sum of RGB (Red+Green+Blue) = 206+20+253=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 20 (8.20% from 255 or 4.18% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE14FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14FD is #31EB02. Grayscale: #656565. Windows color (decimal): -3271427 or 16585934. OLE color: 16585934.

HSL color Cylindrical-coordinate representation of color #CE14FD: hue angle of 287.9º degrees, saturation: 0.98, 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 #CE14FD is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 20 253 -
CMYK 0.19 0.92 0 0.01
HSL 287.9º 0.98% 0.54% -
HSV(B) 287.9º 0.92% 0.99% -
XYZ 43.43 20.71 94.64 -
YUV 102.18 213.12 202.05 -
System Red Green Blue C M Y K H S L
Decimal 206 20 253 0.19 0.92 0 0.01 287.9 0.98 0.54
Hex CE 14 FD 13 5C 0 1 120 62 36
Octal 316 24 375 23 134 0 1 440 142 66
Binary 11001110 10100 11111101 10011 1011100 0 1 100100000 1100010 110110

Color Harmonies of #CE14FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE14FD

Black with #CE14FD

Text Example


Text Example

White with #CE14FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE14FD; }

 p { color: rgb(206,20,253); }

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

background-color css

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

 a { background-color: rgb(206,20,253); }

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

border-color css

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

 span { border-color: rgb(206,20,253); }

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