Html Css Color HEX #CE30FF Electric Purple

📋 copy color: '#CE30FF'

red 206 ◦ green 48 ◦ blue 255

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

Shades of Electric Purple #CE30FF

Tints of Electric Purple #CE30FF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.43%

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

R = 40.47%
G = 9.43%
B = 50.1%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE30FF (or 0xCE30FF) is known color: Electric Purple. HEX triplet: CE, 30 and FF. RGB value is (206,48,255). Sum of RGB (Red+Green+Blue) = 206+48+255=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 48 (19.14% from 255 or 9.43% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE30FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE30FF is #31CF00. Grayscale: #767676. Windows color (decimal): -3264257 or 16724174. OLE color: 16724174.

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

Color convert

RGB 206 48 255 -
CMYK 0.19 0.81 0 0
HSL 285.8º 1% 0.59% -
HSV(B) 285.8º 0.81% 1% -
XYZ 44.56 22.46 96.59 -
YUV 118.84 204.85 190.17 -
System Red Green Blue C M Y K H S L
Decimal 206 48 255 0.19 0.81 0 0 285.8 1 0.59
Hex CE 30 FF 13 51 0 0 11E 64 3B
Octal 316 60 377 23 121 0 0 436 144 73
Binary 11001110 110000 11111111 10011 1010001 0 0 100011110 1100100 111011

Color Harmonies of #CE30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30FF

Black with #CE30FF

Text Example


Text Example

White with #CE30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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