Html Css Color HEX #CE2FFB Electric Purple

📋 copy color: '#CE2FFB'

red 206 ◦ green 47 ◦ blue 251

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

Shades of Electric Purple #CE2FFB

Tints of Electric Purple #CE2FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.33%

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

R = 40.87%
G = 9.33%
B = 49.8%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE2FFB (or 0xCE2FFB) is known color: Electric Purple. HEX triplet: CE, 2F and FB. RGB value is (206,47,251). Sum of RGB (Red+Green+Blue) = 206+47+251=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 47 (18.75% from 255 or 9.33% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE2FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2FFB is #31D004. Grayscale: #757575. Windows color (decimal): -3264517 or 16461774. OLE color: 16461774.

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

Color convert

RGB 206 47 251 -
CMYK 0.18 0.81 0 0.02
HSL 286.76º 0.96% 0.58% -
HSV(B) 286.76º 0.81% 0.98% -
XYZ 43.88 22.12 93.22 -
YUV 117.8 203.18 190.91 -
System Red Green Blue C M Y K H S L
Decimal 206 47 251 0.18 0.81 0 0.02 286.76 0.96 0.58
Hex CE 2F FB 12 51 0 2 11F 60 3A
Octal 316 57 373 22 121 0 2 437 140 72
Binary 11001110 101111 11111011 10010 1010001 0 10 100011111 1100000 111010

Color Harmonies of #CE2FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2FFB

Black with #CE2FFB

Text Example


Text Example

White with #CE2FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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