Html Css Color HEX #CE10FF Electric Purple

📋 copy color: '#CE10FF'

red 206 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #CE10FF

Tints of Electric Purple #CE10FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.35%

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

R = 43.19%
G = 3.35%
B = 53.46%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE10FF (or 0xCE10FF) is known color: Electric Purple. HEX triplet: CE, 10 and FF. RGB value is (206,16,255). Sum of RGB (Red+Green+Blue) = 206+16+255=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 16 (6.64% from 255 or 3.35% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE10FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE10FF is #31EF00. Grayscale: #636363. Windows color (decimal): -3272449 or 16715982. OLE color: 16715982.

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

Color convert

RGB 206 16 255 -
CMYK 0.19 0.94 0 0
HSL 287.7º 1% 0.53% -
HSV(B) 287.7º 0.94% 1% -
XYZ 43.69 20.71 96.3 -
YUV 100.06 215.45 203.57 -
System Red Green Blue C M Y K H S L
Decimal 206 16 255 0.19 0.94 0 0 287.7 1 0.53
Hex CE 10 FF 13 5E 0 0 120 64 35
Octal 316 20 377 23 136 0 0 440 144 65
Binary 11001110 10000 11111111 10011 1011110 0 0 100100000 1100100 110101

Color Harmonies of #CE10FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE10FF

Black with #CE10FF

Text Example


Text Example

White with #CE10FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE10FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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