Html Css Color HEX #CE17FF Electric Purple

📋 copy color: '#CE17FF'

red 206 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #CE17FF

Tints of Electric Purple #CE17FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.75%

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

R = 42.56%
G = 4.75%
B = 52.69%

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

#CE17FF (or 0xCE17FF) is known color: Electric Purple. HEX triplet: CE, 17 and FF. RGB value is (206,23,255). Sum of RGB (Red+Green+Blue) = 206+23+255=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 23 (9.38% from 255 or 4.75% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE17FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE17FF is #31E800. Grayscale: #676767. Windows color (decimal): -3270657 or 16717774. OLE color: 16717774.

HSL color Cylindrical-coordinate representation of color #CE17FF: hue angle of 287.33º 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 #CE17FF is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 23 255 -
CMYK 0.19 0.91 0 0
HSL 287.33º 1% 0.55% -
HSV(B) 287.33º 0.91% 1% -
XYZ 43.81 20.95 96.34 -
YUV 104.17 213.13 200.64 -
System Red Green Blue C M Y K H S L
Decimal 206 23 255 0.19 0.91 0 0 287.33 1 0.55
Hex CE 17 FF 13 5B 0 0 11F 64 37
Octal 316 27 377 23 133 0 0 437 144 67
Binary 11001110 10111 11111111 10011 1011011 0 0 100011111 1100100 110111

Color Harmonies of #CE17FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE17FF

Black with #CE17FF

Text Example


Text Example

White with #CE17FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE17FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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