Html Css Color HEX #CE23F7 Electric Purple

📋 copy color: '#CE23F7'

red 206 ◦ green 35 ◦ blue 247

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

Shades of Electric Purple #CE23F7

Tints of Electric Purple #CE23F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.61%

R = 42.21%
G = 7.17%
B = 50.61%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CE23F7 (or 0xCE23F7) is known color: Electric Purple. HEX triplet: CE, 23 and F7. RGB value is (206,35,247). Sum of RGB (Red+Green+Blue) = 206+35+247=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 35 (14.06% from 255 or 7.17% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE23F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE23F7 is #31DC08. Grayscale: #6D6D6D. Windows color (decimal): -3267593 or 16196558. OLE color: 16196558.

HSL color Cylindrical-coordinate representation of color #CE23F7: hue angle of 288.4º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE23F7 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 35 247 -
CMYK 0.17 0.86 0 0.03
HSL 288.4º 0.93% 0.55% -
HSV(B) 288.4º 0.86% 0.97% -
XYZ 42.84 21.04 89.8 -
YUV 110.3 205.15 196.26 -
System Red Green Blue C M Y K H S L
Decimal 206 35 247 0.17 0.86 0 0.03 288.4 0.93 0.55
Hex CE 23 F7 11 56 0 3 120 5D 37
Octal 316 43 367 21 126 0 3 440 135 67
Binary 11001110 100011 11110111 10001 1010110 0 11 100100000 1011101 110111

Color Harmonies of #CE23F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE23F7

Black with #CE23F7

Text Example


Text Example

White with #CE23F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE23F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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