Html Css Color HEX #CE16FA Electric Purple

📋 copy color: '#CE16FA'

red 206 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #CE16FA

Tints of Electric Purple #CE16FA

RGB

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

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

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

R = 43.1%
G = 4.6%
B = 52.3%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE16FA (or 0xCE16FA) is known color: Electric Purple. HEX triplet: CE, 16 and FA. RGB value is (206,22,250). Sum of RGB (Red+Green+Blue) = 206+22+250=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 22 (8.98% from 255 or 4.60% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE16FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE16FA is #31E905. Grayscale: #666666. Windows color (decimal): -3270918 or 16389838. OLE color: 16389838.

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

Color convert

RGB 206 22 250 -
CMYK 0.18 0.91 0 0.02
HSL 288.42º 0.96% 0.53% -
HSV(B) 288.42º 0.91% 0.98% -
XYZ 43 20.6 92.15 -
YUV 103.01 210.96 201.46 -
System Red Green Blue C M Y K H S L
Decimal 206 22 250 0.18 0.91 0 0.02 288.42 0.96 0.53
Hex CE 16 FA 12 5B 0 2 120 60 35
Octal 316 26 372 22 133 0 2 440 140 65
Binary 11001110 10110 11111010 10010 1011011 0 10 100100000 1100000 110101

Color Harmonies of #CE16FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE16FA

Black with #CE16FA

Text Example


Text Example

White with #CE16FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE16FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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