Html Css Color HEX #CE2CFF Electric Purple

📋 copy color: '#CE2CFF'

red 206 ◦ green 44 ◦ blue 255

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

Shades of Electric Purple #CE2CFF

Tints of Electric Purple #CE2CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.71%

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

R = 40.79%
G = 8.71%
B = 50.5%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE2CFF (or 0xCE2CFF) is known color: Electric Purple. HEX triplet: CE, 2C and FF. RGB value is (206,44,255). Sum of RGB (Red+Green+Blue) = 206+44+255=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 44 (17.58% from 255 or 8.71% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE2CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2CFF is #31D300. Grayscale: #737373. Windows color (decimal): -3265281 or 16723150. OLE color: 16723150.

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

Color convert

RGB 206 44 255 -
CMYK 0.19 0.83 0 0
HSL 286.07º 1% 0.59% -
HSV(B) 286.07º 0.83% 1% -
XYZ 44.4 22.14 96.54 -
YUV 116.49 206.17 191.84 -
System Red Green Blue C M Y K H S L
Decimal 206 44 255 0.19 0.83 0 0 286.07 1 0.59
Hex CE 2C FF 13 53 0 0 11E 64 3B
Octal 316 54 377 23 123 0 0 436 144 73
Binary 11001110 101100 11111111 10011 1010011 0 0 100011110 1100100 111011

Color Harmonies of #CE2CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CFF

Black with #CE2CFF

Text Example


Text Example

White with #CE2CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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