Html Css Color HEX #CE23FE Electric Purple

📋 copy color: '#CE23FE'

red 206 ◦ green 35 ◦ blue 254

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

Shades of Electric Purple #CE23FE

Tints of Electric Purple #CE23FE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.07%

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 41.62%
G = 7.07%
B = 51.31%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE23FE (or 0xCE23FE) is known color: Electric Purple. HEX triplet: CE, 23 and FE. RGB value is (206,35,254). Sum of RGB (Red+Green+Blue) = 206+35+254=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 35 (14.06% from 255 or 7.07% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE23FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE23FE is #31DC01. Grayscale: #6E6E6E. Windows color (decimal): -3267586 or 16655310. OLE color: 16655310.

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

Color convert

RGB 206 35 254 -
CMYK 0.19 0.86 0 0.00
HSL 286.85º 0.99% 0.57% -
HSV(B) 286.85º 0.86% 1% -
XYZ 43.94 21.48 95.6 -
YUV 111.1 208.65 195.69 -
System Red Green Blue C M Y K H S L
Decimal 206 35 254 0.19 0.86 0 0.00 286.85 0.99 0.57
Hex CE 23 FE 13 56 0 0 11F 63 39
Octal 316 43 376 23 126 0 0 437 143 71
Binary 11001110 100011 11111110 10011 1010110 0 0 100011111 1100011 111001

Color Harmonies of #CE23FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE23FE

Black with #CE23FE

Text Example


Text Example

White with #CE23FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE23FE; }

 p { color: rgb(206,35,254); }

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

background-color css

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

 a { background-color: rgb(206,35,254); }

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

border-color css

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

 span { border-color: rgb(206,35,254); }

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