Html Css Color HEX #CE18FA Electric Purple

📋 copy color: '#CE18FA'

red 206 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #CE18FA

Tints of Electric Purple #CE18FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5%

 BLUE value IS 250 (98.05% from 255) = 52.08%

R = 42.92%
G = 5%
B = 52.08%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE18FA (or 0xCE18FA) is known color: Electric Purple. HEX triplet: CE, 18 and FA. RGB value is (206,24,250). Sum of RGB (Red+Green+Blue) = 206+24+250=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 24 (9.77% from 255 or 5% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE18FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE18FA is #31E705. Grayscale: #676767. Windows color (decimal): -3270406 or 16390350. OLE color: 16390350.

HSL color Cylindrical-coordinate representation of color #CE18FA: hue angle of 288.32º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE18FA is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 24 250 -
CMYK 0.18 0.90 0 0.02
HSL 288.32º 0.96% 0.54% -
HSV(B) 288.32º 0.9% 0.98% -
XYZ 43.04 20.68 92.17 -
YUV 104.18 210.3 200.62 -
System Red Green Blue C M Y K H S L
Decimal 206 24 250 0.18 0.90 0 0.02 288.32 0.96 0.54
Hex CE 18 FA 12 5A 0 2 120 60 36
Octal 316 30 372 22 132 0 2 440 140 66
Binary 11001110 11000 11111010 10010 1011010 0 10 100100000 1100000 110110

Color Harmonies of #CE18FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE18FA

Black with #CE18FA

Text Example


Text Example

White with #CE18FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE18FA; }

 p { color: rgb(206,24,250); }

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

background-color css

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

 a { background-color: rgb(206,24,250); }

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

border-color css

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

 span { border-color: rgb(206,24,250); }

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