Html Css Color HEX #CE18FF Electric Purple

📋 copy color: '#CE18FF'

red 206 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #CE18FF

Tints of Electric Purple #CE18FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.58%

R = 42.47%
G = 4.95%
B = 52.58%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE18FF (or 0xCE18FF) is known color: Electric Purple. HEX triplet: CE, 18 and FF. RGB value is (206,24,255). Sum of RGB (Red+Green+Blue) = 206+24+255=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 24 (9.77% from 255 or 4.95% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE18FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE18FF is #31E700. Grayscale: #686868. Windows color (decimal): -3270401 or 16718030. OLE color: 16718030.

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

Color convert

RGB 206 24 255 -
CMYK 0.19 0.91 0 0
HSL 287.27º 1% 0.55% -
HSV(B) 287.27º 0.91% 1% -
XYZ 43.83 21 96.35 -
YUV 104.75 212.8 200.22 -
System Red Green Blue C M Y K H S L
Decimal 206 24 255 0.19 0.91 0 0 287.27 1 0.55
Hex CE 18 FF 13 5B 0 0 11F 64 37
Octal 316 30 377 23 133 0 0 437 144 67
Binary 11001110 11000 11111111 10011 1011011 0 0 100011111 1100100 110111

Color Harmonies of #CE18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE18FF

Black with #CE18FF

Text Example


Text Example

White with #CE18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE18FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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