Html Css Color HEX #CE1CFF Electric Purple

📋 copy color: '#CE1CFF'

red 206 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #CE1CFF

Tints of Electric Purple #CE1CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.73%

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

R = 42.13%
G = 5.73%
B = 52.15%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE1CFF (or 0xCE1CFF) is known color: Electric Purple. HEX triplet: CE, 1C and FF. RGB value is (206,28,255). Sum of RGB (Red+Green+Blue) = 206+28+255=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 28 (11.33% from 255 or 5.73% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE1CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1CFF is #31E300. Grayscale: #6A6A6A. Windows color (decimal): -3269377 or 16719054. OLE color: 16719054.

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

Color convert

RGB 206 28 255 -
CMYK 0.19 0.89 0 0
HSL 287.05º 1% 0.55% -
HSV(B) 287.05º 0.89% 1% -
XYZ 43.92 21.17 96.38 -
YUV 107.1 211.47 198.54 -
System Red Green Blue C M Y K H S L
Decimal 206 28 255 0.19 0.89 0 0 287.05 1 0.55
Hex CE 1C FF 13 59 0 0 11F 64 37
Octal 316 34 377 23 131 0 0 437 144 67
Binary 11001110 11100 11111111 10011 1011001 0 0 100011111 1100100 110111

Color Harmonies of #CE1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1CFF

Black with #CE1CFF

Text Example


Text Example

White with #CE1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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