Html Css Color HEX #CE25FF Electric Purple

📋 copy color: '#CE25FF'

red 206 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #CE25FF

Tints of Electric Purple #CE25FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 41.37%
G = 7.43%
B = 51.2%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE25FF (or 0xCE25FF) is known color: Electric Purple. HEX triplet: CE, 25 and FF. RGB value is (206,37,255). Sum of RGB (Red+Green+Blue) = 206+37+255=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 37 (14.84% from 255 or 7.43% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE25FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE25FF is #31DA00. Grayscale: #6F6F6F. Windows color (decimal): -3267073 or 16721358. OLE color: 16721358.

HSL color Cylindrical-coordinate representation of color #CE25FF: hue angle of 286.51º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE25FF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 37 255 -
CMYK 0.19 0.85 0 0
HSL 286.51º 1% 0.57% -
HSV(B) 286.51º 0.85% 1% -
XYZ 44.17 21.66 96.46 -
YUV 112.38 208.49 194.77 -
System Red Green Blue C M Y K H S L
Decimal 206 37 255 0.19 0.85 0 0 286.51 1 0.57
Hex CE 25 FF 13 55 0 0 11F 64 39
Octal 316 45 377 23 125 0 0 437 144 71
Binary 11001110 100101 11111111 10011 1010101 0 0 100011111 1100100 111001

Color Harmonies of #CE25FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25FF

Black with #CE25FF

Text Example


Text Example

White with #CE25FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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