Html Css Color HEX #CE30F9 Electric Purple

📋 copy color: '#CE30F9'

red 206 ◦ green 48 ◦ blue 249

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

Shades of Electric Purple #CE30F9

Tints of Electric Purple #CE30F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.5%

R = 40.95%
G = 9.54%
B = 49.5%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE30F9 (or 0xCE30F9) is known color: Electric Purple. HEX triplet: CE, 30 and F9. RGB value is (206,48,249). Sum of RGB (Red+Green+Blue) = 206+48+249=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE30F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE30F9 is #31CF06. Grayscale: #757575. Windows color (decimal): -3264263 or 16330958. OLE color: 16330958.

HSL color Cylindrical-coordinate representation of color #CE30F9: hue angle of 287.16º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE30F9 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 48 249 -
CMYK 0.17 0.81 0 0.02
HSL 287.16º 0.94% 0.58% -
HSV(B) 287.16º 0.81% 0.98% -
XYZ 43.61 22.08 91.59 -
YUV 118.16 201.85 190.66 -
System Red Green Blue C M Y K H S L
Decimal 206 48 249 0.17 0.81 0 0.02 287.16 0.94 0.58
Hex CE 30 F9 11 51 0 2 11F 5E 3A
Octal 316 60 371 21 121 0 2 437 136 72
Binary 11001110 110000 11111001 10001 1010001 0 10 100011111 1011110 111010

Color Harmonies of #CE30F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30F9

Black with #CE30F9

Text Example


Text Example

White with #CE30F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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