Html Css Color HEX #CE09FE Electric Purple

📋 copy color: '#CE09FE'

red 206 ◦ green 9 ◦ blue 254

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

Shades of Electric Purple #CE09FE

Tints of Electric Purple #CE09FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.92%

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

R = 43.92%
G = 1.92%
B = 54.16%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE09FE (or 0xCE09FE) is known color: Electric Purple. HEX triplet: CE, 09 and FE. RGB value is (206,9,254). Sum of RGB (Red+Green+Blue) = 206+9+254=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 9 (3.91% from 255 or 1.92% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE09FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE09FE is #31F601. Grayscale: #5F5F5F. Windows color (decimal): -3274242 or 16648654. OLE color: 16648654.

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

Color convert

RGB 206 9 254 -
CMYK 0.19 0.96 0 0.00
HSL 288.24º 0.99% 0.52% -
HSV(B) 288.24º 0.96% 1% -
XYZ 43.44 20.47 95.43 -
YUV 95.83 217.27 206.58 -
System Red Green Blue C M Y K H S L
Decimal 206 9 254 0.19 0.96 0 0.00 288.24 0.99 0.52
Hex CE 9 FE 13 60 0 0 120 63 34
Octal 316 11 376 23 140 0 0 440 143 64
Binary 11001110 1001 11111110 10011 1100000 0 0 100100000 1100011 110100

Color Harmonies of #CE09FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE09FE

Black with #CE09FE

Text Example


Text Example

White with #CE09FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE09FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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