Html Css Color HEX #CE30F6 Electric Purple

📋 copy color: '#CE30F6'

red 206 ◦ green 48 ◦ blue 246

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

Shades of Electric Purple #CE30F6

Tints of Electric Purple #CE30F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.2%

R = 41.2%
G = 9.6%
B = 49.2%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE30F6 (or 0xCE30F6) is known color: Electric Purple. HEX triplet: CE, 30 and F6. RGB value is (206,48,246). Sum of RGB (Red+Green+Blue) = 206+48+246=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE30F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE30F6 is #31CF09. Grayscale: #757575. Windows color (decimal): -3264266 or 16134350. OLE color: 16134350.

HSL color Cylindrical-coordinate representation of color #CE30F6: hue angle of 287.88º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE30F6 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 48 246 -
CMYK 0.16 0.80 0 0.04
HSL 287.88º 0.92% 0.58% -
HSV(B) 287.88º 0.8% 0.96% -
XYZ 43.15 21.89 89.14 -
YUV 117.81 200.35 190.9 -
System Red Green Blue C M Y K H S L
Decimal 206 48 246 0.16 0.80 0 0.04 287.88 0.92 0.58
Hex CE 30 F6 10 50 0 4 120 5C 3A
Octal 316 60 366 20 120 0 4 440 134 72
Binary 11001110 110000 11110110 10000 1010000 0 100 100100000 1011100 111010

Color Harmonies of #CE30F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30F6

Black with #CE30F6

Text Example


Text Example

White with #CE30F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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