Html Css Color HEX #CE13FB Electric Purple

📋 copy color: '#CE13FB'

red 206 ◦ green 19 ◦ blue 251

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

Shades of Electric Purple #CE13FB

Tints of Electric Purple #CE13FB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.99%

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

R = 43.28%
G = 3.99%
B = 52.73%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE13FB (or 0xCE13FB) is known color: Electric Purple. HEX triplet: CE, 13 and FB. RGB value is (206,19,251). Sum of RGB (Red+Green+Blue) = 206+19+251=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE13FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE13FB is #31EC04. Grayscale: #646464. Windows color (decimal): -3271685 or 16454606. OLE color: 16454606.

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

Color convert

RGB 206 19 251 -
CMYK 0.18 0.92 0 0.02
HSL 288.36º 0.97% 0.53% -
HSV(B) 288.36º 0.92% 0.98% -
XYZ 43.1 20.55 92.96 -
YUV 101.36 212.45 202.64 -
System Red Green Blue C M Y K H S L
Decimal 206 19 251 0.18 0.92 0 0.02 288.36 0.97 0.53
Hex CE 13 FB 12 5C 0 2 120 61 35
Octal 316 23 373 22 134 0 2 440 141 65
Binary 11001110 10011 11111011 10010 1011100 0 10 100100000 1100001 110101

Color Harmonies of #CE13FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE13FB

Black with #CE13FB

Text Example


Text Example

White with #CE13FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE13FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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