Html Css Color HEX #CE2CFA Electric Purple

📋 copy color: '#CE2CFA'

red 206 ◦ green 44 ◦ blue 250

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

Shades of Electric Purple #CE2CFA

Tints of Electric Purple #CE2CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.8%

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

R = 41.2%
G = 8.8%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE2CFA (or 0xCE2CFA) is known color: Electric Purple. HEX triplet: CE, 2C and FA. RGB value is (206,44,250). Sum of RGB (Red+Green+Blue) = 206+44+250=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE2CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2CFA is #31D305. Grayscale: #737373. Windows color (decimal): -3265286 or 16395470. OLE color: 16395470.

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

Color convert

RGB 206 44 250 -
CMYK 0.18 0.82 0 0.02
HSL 287.18º 0.95% 0.58% -
HSV(B) 287.18º 0.82% 0.98% -
XYZ 43.61 21.83 92.36 -
YUV 115.92 203.67 192.25 -
System Red Green Blue C M Y K H S L
Decimal 206 44 250 0.18 0.82 0 0.02 287.18 0.95 0.58
Hex CE 2C FA 12 52 0 2 11F 5F 3A
Octal 316 54 372 22 122 0 2 437 137 72
Binary 11001110 101100 11111010 10010 1010010 0 10 100011111 1011111 111010

Color Harmonies of #CE2CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CFA

Black with #CE2CFA

Text Example


Text Example

White with #CE2CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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