Html Css Color HEX #CE11FB Electric Purple

📋 copy color: '#CE11FB'

red 206 ◦ green 17 ◦ blue 251

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

Shades of Electric Purple #CE11FB

Tints of Electric Purple #CE11FB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.59%

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

R = 43.46%
G = 3.59%
B = 52.95%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE11FB (or 0xCE11FB) is known color: Electric Purple. HEX triplet: CE, 11 and FB. RGB value is (206,17,251). Sum of RGB (Red+Green+Blue) = 206+17+251=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 17 (7.03% from 255 or 3.59% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE11FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE11FB is #31EE04. Grayscale: #636363. Windows color (decimal): -3272197 or 16454094. OLE color: 16454094.

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

Color convert

RGB 206 17 251 -
CMYK 0.18 0.93 0 0.02
HSL 288.46º 0.97% 0.53% -
HSV(B) 288.46º 0.93% 0.98% -
XYZ 43.07 20.49 92.95 -
YUV 100.19 213.12 203.47 -
System Red Green Blue C M Y K H S L
Decimal 206 17 251 0.18 0.93 0 0.02 288.46 0.97 0.53
Hex CE 11 FB 12 5D 0 2 120 61 35
Octal 316 21 373 22 135 0 2 440 141 65
Binary 11001110 10001 11111011 10010 1011101 0 10 100100000 1100001 110101

Color Harmonies of #CE11FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE11FB

Black with #CE11FB

Text Example


Text Example

White with #CE11FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE11FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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