Html Css Color HEX #CE2BFB Electric Purple

📋 copy color: '#CE2BFB'

red 206 ◦ green 43 ◦ blue 251

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

Shades of Electric Purple #CE2BFB

Tints of Electric Purple #CE2BFB

RGB

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

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

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

R = 41.2%
G = 8.6%
B = 50.2%

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

#CE2BFB (or 0xCE2BFB) is known color: Electric Purple. HEX triplet: CE, 2B and FB. RGB value is (206,43,251). Sum of RGB (Red+Green+Blue) = 206+43+251=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 43 (17.19% from 255 or 8.6% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE2BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2BFB is #31D404. Grayscale: #727272. Windows color (decimal): -3265541 or 16460750. OLE color: 16460750.

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

Color convert

RGB 206 43 251 -
CMYK 0.18 0.83 0 0.02
HSL 287.02º 0.96% 0.58% -
HSV(B) 287.02º 0.83% 0.98% -
XYZ 43.73 21.81 93.17 -
YUV 115.45 204.5 192.59 -
System Red Green Blue C M Y K H S L
Decimal 206 43 251 0.18 0.83 0 0.02 287.02 0.96 0.58
Hex CE 2B FB 12 53 0 2 11F 60 3A
Octal 316 53 373 22 123 0 2 437 140 72
Binary 11001110 101011 11111011 10010 1010011 0 10 100011111 1100000 111010

Color Harmonies of #CE2BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2BFB

Black with #CE2BFB

Text Example


Text Example

White with #CE2BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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