Html Css Color HEX #CE17FC Electric Purple

📋 copy color: '#CE17FC'

red 206 ◦ green 23 ◦ blue 252

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

Shades of Electric Purple #CE17FC

Tints of Electric Purple #CE17FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.39%

R = 42.83%
G = 4.78%
B = 52.39%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE17FC (or 0xCE17FC) is known color: Electric Purple. HEX triplet: CE, 17 and FC. RGB value is (206,23,252). Sum of RGB (Red+Green+Blue) = 206+23+252=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 23 (9.38% from 255 or 4.78% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE17FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE17FC is #31E803. Grayscale: #676767. Windows color (decimal): -3270660 or 16521166. OLE color: 16521166.

HSL color Cylindrical-coordinate representation of color #CE17FC: hue angle of 287.95º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE17FC is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 23 252 -
CMYK 0.18 0.91 0 0.01
HSL 287.95º 0.97% 0.54% -
HSV(B) 287.95º 0.91% 0.99% -
XYZ 43.33 20.76 93.82 -
YUV 103.82 211.63 200.88 -
System Red Green Blue C M Y K H S L
Decimal 206 23 252 0.18 0.91 0 0.01 287.95 0.97 0.54
Hex CE 17 FC 12 5B 0 1 120 61 36
Octal 316 27 374 22 133 0 1 440 141 66
Binary 11001110 10111 11111100 10010 1011011 0 1 100100000 1100001 110110

Color Harmonies of #CE17FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE17FC

Black with #CE17FC

Text Example


Text Example

White with #CE17FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE17FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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