Html Css Color HEX #CE11FD Electric Purple

📋 copy color: '#CE11FD'

red 206 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #CE11FD

Tints of Electric Purple #CE11FD

RGB

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

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

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

R = 43.28%
G = 3.57%
B = 53.15%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE11FD (or 0xCE11FD) is known color: Electric Purple. HEX triplet: CE, 11 and FD. RGB value is (206,17,253). Sum of RGB (Red+Green+Blue) = 206+17+253=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE11FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE11FD is #31EE02. Grayscale: #636363. Windows color (decimal): -3272195 or 16585166. OLE color: 16585166.

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

Color convert

RGB 206 17 253 -
CMYK 0.19 0.93 0 0.01
HSL 288.05º 0.98% 0.53% -
HSV(B) 288.05º 0.93% 0.99% -
XYZ 43.38 20.61 94.62 -
YUV 100.42 214.12 203.31 -
System Red Green Blue C M Y K H S L
Decimal 206 17 253 0.19 0.93 0 0.01 288.05 0.98 0.53
Hex CE 11 FD 13 5D 0 1 120 62 35
Octal 316 21 375 23 135 0 1 440 142 65
Binary 11001110 10001 11111101 10011 1011101 0 1 100100000 1100010 110101

Color Harmonies of #CE11FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE11FD

Black with #CE11FD

Text Example


Text Example

White with #CE11FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE11FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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