Html Css Color HEX #CE25FA Electric Purple

📋 copy color: '#CE25FA'

red 206 ◦ green 37 ◦ blue 250

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

Shades of Electric Purple #CE25FA

Tints of Electric Purple #CE25FA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.51%

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

R = 41.78%
G = 7.51%
B = 50.71%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE25FA (or 0xCE25FA) is known color: Electric Purple. HEX triplet: CE, 25 and FA. RGB value is (206,37,250). Sum of RGB (Red+Green+Blue) = 206+37+250=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 37 (14.84% from 255 or 7.51% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE25FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE25FA is #31DA05. Grayscale: #6F6F6F. Windows color (decimal): -3267078 or 16393678. OLE color: 16393678.

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

Color convert

RGB 206 37 250 -
CMYK 0.18 0.85 0 0.02
HSL 287.61º 0.96% 0.56% -
HSV(B) 287.61º 0.85% 0.98% -
XYZ 43.37 21.35 92.28 -
YUV 111.81 205.99 195.18 -
System Red Green Blue C M Y K H S L
Decimal 206 37 250 0.18 0.85 0 0.02 287.61 0.96 0.56
Hex CE 25 FA 12 55 0 2 120 60 38
Octal 316 45 372 22 125 0 2 440 140 70
Binary 11001110 100101 11111010 10010 1010101 0 10 100100000 1100000 111000

Color Harmonies of #CE25FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25FA

Black with #CE25FA

Text Example


Text Example

White with #CE25FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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