Html Css Color HEX #CE28FB Electric Purple

📋 copy color: '#CE28FB'

red 206 ◦ green 40 ◦ blue 251

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

Shades of Electric Purple #CE28FB

Tints of Electric Purple #CE28FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.5%

R = 41.45%
G = 8.05%
B = 50.5%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE28FB (or 0xCE28FB) is known color: Electric Purple. HEX triplet: CE, 28 and FB. RGB value is (206,40,251). Sum of RGB (Red+Green+Blue) = 206+40+251=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE28FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE28FB is #31D704. Grayscale: #717171. Windows color (decimal): -3266309 or 16459982. OLE color: 16459982.

HSL color Cylindrical-coordinate representation of color #CE28FB: hue angle of 287.2º degrees, saturation: 0.96, 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 #CE28FB is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 40 251 -
CMYK 0.18 0.84 0 0.02
HSL 287.2º 0.96% 0.57% -
HSV(B) 287.2º 0.84% 0.98% -
XYZ 43.62 21.6 93.14 -
YUV 113.69 205.5 193.84 -
System Red Green Blue C M Y K H S L
Decimal 206 40 251 0.18 0.84 0 0.02 287.2 0.96 0.57
Hex CE 28 FB 12 54 0 2 11F 60 39
Octal 316 50 373 22 124 0 2 437 140 71
Binary 11001110 101000 11111011 10010 1010100 0 10 100011111 1100000 111001

Color Harmonies of #CE28FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE28FB

Black with #CE28FB

Text Example


Text Example

White with #CE28FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE28FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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