Html Css Color HEX #CE2AFB Electric Purple

📋 copy color: '#CE2AFB'

red 206 ◦ green 42 ◦ blue 251

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

Shades of Electric Purple #CE2AFB

Tints of Electric Purple #CE2AFB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.42%

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

R = 41.28%
G = 8.42%
B = 50.3%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE2AFB (or 0xCE2AFB) is known color: Electric Purple. HEX triplet: CE, 2A and FB. RGB value is (206,42,251). Sum of RGB (Red+Green+Blue) = 206+42+251=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 42 (16.80% from 255 or 8.42% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE2AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2AFB is #31D504. Grayscale: #727272. Windows color (decimal): -3265797 or 16460494. OLE color: 16460494.

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

Color convert

RGB 206 42 251 -
CMYK 0.18 0.83 0 0.02
HSL 287.08º 0.96% 0.57% -
HSV(B) 287.08º 0.83% 0.98% -
XYZ 43.69 21.74 93.16 -
YUV 114.86 204.83 193.01 -
System Red Green Blue C M Y K H S L
Decimal 206 42 251 0.18 0.83 0 0.02 287.08 0.96 0.57
Hex CE 2A FB 12 53 0 2 11F 60 39
Octal 316 52 373 22 123 0 2 437 140 71
Binary 11001110 101010 11111011 10010 1010011 0 10 100011111 1100000 111001

Color Harmonies of #CE2AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2AFB

Black with #CE2AFB

Text Example


Text Example

White with #CE2AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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