Html Css Color HEX #CE2AFA Electric Purple

📋 copy color: '#CE2AFA'

red 206 ◦ green 42 ◦ blue 250

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

Shades of Electric Purple #CE2AFA

Tints of Electric Purple #CE2AFA

RGB

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

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

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

R = 41.37%
G = 8.43%
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

#CE2AFA (or 0xCE2AFA) is known color: Electric Purple. HEX triplet: CE, 2A and FA. RGB value is (206,42,250). Sum of RGB (Red+Green+Blue) = 206+42+250=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 42 (16.80% from 255 or 8.43% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE2AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2AFA is #31D505. Grayscale: #727272. Windows color (decimal): -3265798 or 16394958. OLE color: 16394958.

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

Color convert

RGB 206 42 250 -
CMYK 0.18 0.83 0 0.02
HSL 287.31º 0.95% 0.57% -
HSV(B) 287.31º 0.83% 0.98% -
XYZ 43.54 21.68 92.33 -
YUV 114.75 204.33 193.09 -
System Red Green Blue C M Y K H S L
Decimal 206 42 250 0.18 0.83 0 0.02 287.31 0.95 0.57
Hex CE 2A FA 12 53 0 2 11F 5F 39
Octal 316 52 372 22 123 0 2 437 137 71
Binary 11001110 101010 11111010 10010 1010011 0 10 100011111 1011111 111001

Color Harmonies of #CE2AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2AFA

Black with #CE2AFA

Text Example


Text Example

White with #CE2AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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