Html Css Color HEX #CE14FB Electric Purple

📋 copy color: '#CE14FB'

red 206 ◦ green 20 ◦ blue 251

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

Shades of Electric Purple #CE14FB

Tints of Electric Purple #CE14FB

RGB

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

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

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

R = 43.19%
G = 4.19%
B = 52.62%

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

#CE14FB (or 0xCE14FB) is known color: Electric Purple. HEX triplet: CE, 14 and FB. RGB value is (206,20,251). Sum of RGB (Red+Green+Blue) = 206+20+251=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 20 (8.20% from 255 or 4.19% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE14FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14FB is #31EB04. Grayscale: #656565. Windows color (decimal): -3271429 or 16454862. OLE color: 16454862.

HSL color Cylindrical-coordinate representation of color #CE14FB: hue angle of 288.31º 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 #CE14FB is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 20 251 -
CMYK 0.18 0.92 0 0.02
HSL 288.31º 0.97% 0.53% -
HSV(B) 288.31º 0.92% 0.98% -
XYZ 43.12 20.59 92.97 -
YUV 101.95 212.12 202.22 -
System Red Green Blue C M Y K H S L
Decimal 206 20 251 0.18 0.92 0 0.02 288.31 0.97 0.53
Hex CE 14 FB 12 5C 0 2 120 61 35
Octal 316 24 373 22 134 0 2 440 141 65
Binary 11001110 10100 11111011 10010 1011100 0 10 100100000 1100001 110101

Color Harmonies of #CE14FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE14FB

Black with #CE14FB

Text Example


Text Example

White with #CE14FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE14FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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