Html Css Color HEX #CE26FC Electric Purple

📋 copy color: '#CE26FC'

red 206 ◦ green 38 ◦ blue 252

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

Shades of Electric Purple #CE26FC

Tints of Electric Purple #CE26FC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.66%

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 41.53%
G = 7.66%
B = 50.81%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE26FC (or 0xCE26FC) is known color: Electric Purple. HEX triplet: CE, 26 and FC. RGB value is (206,38,252). Sum of RGB (Red+Green+Blue) = 206+38+252=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 38 (15.23% from 255 or 7.66% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE26FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE26FC is #31D903. Grayscale: #6F6F6F. Windows color (decimal): -3266820 or 16525006. OLE color: 16525006.

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

Color convert

RGB 206 38 252 -
CMYK 0.18 0.85 0 0.01
HSL 287.1º 0.97% 0.57% -
HSV(B) 287.1º 0.85% 0.99% -
XYZ 43.72 21.54 93.95 -
YUV 112.63 206.66 194.6 -
System Red Green Blue C M Y K H S L
Decimal 206 38 252 0.18 0.85 0 0.01 287.1 0.97 0.57
Hex CE 26 FC 12 55 0 1 11F 61 39
Octal 316 46 374 22 125 0 1 437 141 71
Binary 11001110 100110 11111100 10010 1010101 0 1 100011111 1100001 111001

Color Harmonies of #CE26FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE26FC

Black with #CE26FC

Text Example


Text Example

White with #CE26FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE26FC; }

 p { color: rgb(206,38,252); }

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

background-color css

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

 a { background-color: rgb(206,38,252); }

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

border-color css

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

 span { border-color: rgb(206,38,252); }

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