Html Css Color HEX #CE1AFB Electric Purple

📋 copy color: '#CE1AFB'

red 206 ◦ green 26 ◦ blue 251

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

Shades of Electric Purple #CE1AFB

Tints of Electric Purple #CE1AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.38%

 BLUE value IS 251 (98.44% from 255) = 51.97%

R = 42.65%
G = 5.38%
B = 51.97%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE1AFB (or 0xCE1AFB) is known color: Electric Purple. HEX triplet: CE, 1A and FB. RGB value is (206,26,251). Sum of RGB (Red+Green+Blue) = 206+26+251=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 26 (10.55% from 255 or 5.38% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE1AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1AFB is #31E504. Grayscale: #686868. Windows color (decimal): -3269893 or 16456398. OLE color: 16456398.

HSL color Cylindrical-coordinate representation of color #CE1AFB: hue angle of 288º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1AFB is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 26 251 -
CMYK 0.18 0.90 0 0.02
HSL 288º 0.97% 0.54% -
HSV(B) 288º 0.9% 0.98% -
XYZ 43.24 20.83 93.01 -
YUV 105.47 210.13 199.7 -
System Red Green Blue C M Y K H S L
Decimal 206 26 251 0.18 0.90 0 0.02 288 0.97 0.54
Hex CE 1A FB 12 5A 0 2 120 61 36
Octal 316 32 373 22 132 0 2 440 141 66
Binary 11001110 11010 11111011 10010 1011010 0 10 100100000 1100001 110110

Color Harmonies of #CE1AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1AFB

Black with #CE1AFB

Text Example


Text Example

White with #CE1AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1AFB; }

 p { color: rgb(206,26,251); }

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

background-color css

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

 a { background-color: rgb(206,26,251); }

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

border-color css

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

 span { border-color: rgb(206,26,251); }

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