Html Css Color HEX #CE2BFA Electric Purple

📋 copy color: '#CE2BFA'

red 206 ◦ green 43 ◦ blue 250

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

Shades of Electric Purple #CE2BFA

Tints of Electric Purple #CE2BFA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.62%

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 41.28%
G = 8.62%
B = 50.1%

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

#CE2BFA (or 0xCE2BFA) is known color: Electric Purple. HEX triplet: CE, 2B and FA. RGB value is (206,43,250). Sum of RGB (Red+Green+Blue) = 206+43+250=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 43 (17.19% from 255 or 8.62% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE2BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2BFA is #31D405. Grayscale: #727272. Windows color (decimal): -3265542 or 16395214. OLE color: 16395214.

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

Color convert

RGB 206 43 250 -
CMYK 0.18 0.83 0 0.02
HSL 287.25º 0.95% 0.57% -
HSV(B) 287.25º 0.83% 0.98% -
XYZ 43.57 21.75 92.34 -
YUV 115.34 204 192.67 -
System Red Green Blue C M Y K H S L
Decimal 206 43 250 0.18 0.83 0 0.02 287.25 0.95 0.57
Hex CE 2B FA 12 53 0 2 11F 5F 39
Octal 316 53 372 22 123 0 2 437 137 71
Binary 11001110 101011 11111010 10010 1010011 0 10 100011111 1011111 111001

Color Harmonies of #CE2BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2BFA

Black with #CE2BFA

Text Example


Text Example

White with #CE2BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2BFA; }

 p { color: rgb(206,43,250); }

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

background-color css

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

 a { background-color: rgb(206,43,250); }

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

border-color css

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

 span { border-color: rgb(206,43,250); }

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