Html Css Color HEX #CE2FFA Electric Purple

📋 copy color: '#CE2FFA'

red 206 ◦ green 47 ◦ blue 250

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

Shades of Electric Purple #CE2FFA

Tints of Electric Purple #CE2FFA

RGB

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

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

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

R = 40.95%
G = 9.34%
B = 49.7%

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

#CE2FFA (or 0xCE2FFA) is known color: Electric Purple. HEX triplet: CE, 2F and FA. RGB value is (206,47,250). Sum of RGB (Red+Green+Blue) = 206+47+250=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 47 (18.75% from 255 or 9.34% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE2FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2FFA is #31D005. Grayscale: #757575. Windows color (decimal): -3264518 or 16396238. OLE color: 16396238.

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

Color convert

RGB 206 47 250 -
CMYK 0.18 0.81 0 0.02
HSL 287º 0.95% 0.58% -
HSV(B) 287º 0.81% 0.98% -
XYZ 43.73 22.06 92.4 -
YUV 117.68 202.68 190.99 -
System Red Green Blue C M Y K H S L
Decimal 206 47 250 0.18 0.81 0 0.02 287 0.95 0.58
Hex CE 2F FA 12 51 0 2 11F 5F 3A
Octal 316 57 372 22 121 0 2 437 137 72
Binary 11001110 101111 11111010 10010 1010001 0 10 100011111 1011111 111010

Color Harmonies of #CE2FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2FFA

Black with #CE2FFA

Text Example


Text Example

White with #CE2FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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