Html Css Color HEX #CE28F9 Electric Purple

📋 copy color: '#CE28F9'

red 206 ◦ green 40 ◦ blue 249

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

Shades of Electric Purple #CE28F9

Tints of Electric Purple #CE28F9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.08%

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

R = 41.62%
G = 8.08%
B = 50.3%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE28F9 (or 0xCE28F9) is known color: Electric Purple. HEX triplet: CE, 28 and F9. RGB value is (206,40,249). Sum of RGB (Red+Green+Blue) = 206+40+249=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 40 (16.02% from 255 or 8.08% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE28F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE28F9 is #31D706. Grayscale: #707070. Windows color (decimal): -3266311 or 16328910. OLE color: 16328910.

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

Color convert

RGB 206 40 249 -
CMYK 0.17 0.84 0 0.02
HSL 287.66º 0.95% 0.57% -
HSV(B) 287.66º 0.84% 0.98% -
XYZ 43.31 21.48 91.49 -
YUV 113.46 204.5 194.01 -
System Red Green Blue C M Y K H S L
Decimal 206 40 249 0.17 0.84 0 0.02 287.66 0.95 0.57
Hex CE 28 F9 11 54 0 2 120 5F 39
Octal 316 50 371 21 124 0 2 440 137 71
Binary 11001110 101000 11111001 10001 1010100 0 10 100100000 1011111 111001

Color Harmonies of #CE28F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE28F9

Black with #CE28F9

Text Example


Text Example

White with #CE28F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE28F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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