Html Css Color HEX #CE09FD Electric Purple

📋 copy color: '#CE09FD'

red 206 ◦ green 9 ◦ blue 253

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

Shades of Electric Purple #CE09FD

Tints of Electric Purple #CE09FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.06%

R = 44.02%
G = 1.92%
B = 54.06%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE09FD (or 0xCE09FD) is known color: Electric Purple. HEX triplet: CE, 09 and FD. RGB value is (206,9,253). Sum of RGB (Red+Green+Blue) = 206+9+253=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE09FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE09FD is #31F602. Grayscale: #5E5E5E. Windows color (decimal): -3274243 or 16583118. OLE color: 16583118.

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

Color convert

RGB 206 9 253 -
CMYK 0.19 0.96 0 0.01
HSL 288.44º 0.98% 0.51% -
HSV(B) 288.44º 0.96% 0.99% -
XYZ 43.28 20.41 94.59 -
YUV 95.72 216.77 206.66 -
System Red Green Blue C M Y K H S L
Decimal 206 9 253 0.19 0.96 0 0.01 288.44 0.98 0.51
Hex CE 9 FD 13 60 0 1 120 62 33
Octal 316 11 375 23 140 0 1 440 142 63
Binary 11001110 1001 11111101 10011 1100000 0 1 100100000 1100010 110011

Color Harmonies of #CE09FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE09FD

Black with #CE09FD

Text Example


Text Example

White with #CE09FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE09FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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