Html Css Color HEX #CE16FC Electric Purple

📋 copy color: '#CE16FC'

red 206 ◦ green 22 ◦ blue 252

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

Shades of Electric Purple #CE16FC

Tints of Electric Purple #CE16FC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.58%

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

R = 42.92%
G = 4.58%
B = 52.5%

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

#CE16FC (or 0xCE16FC) is known color: Electric Purple. HEX triplet: CE, 16 and FC. RGB value is (206,22,252). Sum of RGB (Red+Green+Blue) = 206+22+252=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE16FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE16FC is #31E903. Grayscale: #666666. Windows color (decimal): -3270916 or 16520910. OLE color: 16520910.

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

Color convert

RGB 206 22 252 -
CMYK 0.18 0.91 0 0.01
HSL 288º 0.97% 0.54% -
HSV(B) 288º 0.91% 0.99% -
XYZ 43.31 20.72 93.81 -
YUV 103.24 211.96 201.3 -
System Red Green Blue C M Y K H S L
Decimal 206 22 252 0.18 0.91 0 0.01 288 0.97 0.54
Hex CE 16 FC 12 5B 0 1 120 61 36
Octal 316 26 374 22 133 0 1 440 141 66
Binary 11001110 10110 11111100 10010 1011011 0 1 100100000 1100001 110110

Color Harmonies of #CE16FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE16FC

Black with #CE16FC

Text Example


Text Example

White with #CE16FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE16FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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