Html Css Color HEX #CE1AFF Electric Purple

📋 copy color: '#CE1AFF'

red 206 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #CE1AFF

Tints of Electric Purple #CE1AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.34%

 BLUE value IS 255 (100% from 255) = 52.36%

R = 42.3%
G = 5.34%
B = 52.36%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE1AFF (or 0xCE1AFF) is known color: Electric Purple. HEX triplet: CE, 1A and FF. RGB value is (206,26,255). Sum of RGB (Red+Green+Blue) = 206+26+255=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 26 (10.55% from 255 or 5.34% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE1AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1AFF is #31E500. Grayscale: #696969. Windows color (decimal): -3269889 or 16718542. OLE color: 16718542.

HSL color Cylindrical-coordinate representation of color #CE1AFF: hue angle of 287.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1AFF is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 26 255 -
CMYK 0.19 0.90 0 0
HSL 287.16º 1% 0.55% -
HSV(B) 287.16º 0.9% 1% -
XYZ 43.87 21.08 96.36 -
YUV 105.93 212.13 199.38 -
System Red Green Blue C M Y K H S L
Decimal 206 26 255 0.19 0.90 0 0 287.16 1 0.55
Hex CE 1A FF 13 5A 0 0 11F 64 37
Octal 316 32 377 23 132 0 0 437 144 67
Binary 11001110 11010 11111111 10011 1011010 0 0 100011111 1100100 110111

Color Harmonies of #CE1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1AFF

Black with #CE1AFF

Text Example


Text Example

White with #CE1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1AFF; }

 p { color: rgb(206,26,255); }

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

background-color css

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

 a { background-color: rgb(206,26,255); }

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

border-color css

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

 span { border-color: rgb(206,26,255); }

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