Html Css Color HEX #CE23FB Electric Purple

📋 copy color: '#CE23FB'

red 206 ◦ green 35 ◦ blue 251

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

Shades of Electric Purple #CE23FB

Tints of Electric Purple #CE23FB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.11%

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

R = 41.87%
G = 7.11%
B = 51.02%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE23FB (or 0xCE23FB) is known color: Electric Purple. HEX triplet: CE, 23 and FB. RGB value is (206,35,251). Sum of RGB (Red+Green+Blue) = 206+35+251=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 35 (14.06% from 255 or 7.11% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE23FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE23FB is #31DC04. Grayscale: #6E6E6E. Windows color (decimal): -3267589 or 16458702. OLE color: 16458702.

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

Color convert

RGB 206 35 251 -
CMYK 0.18 0.86 0 0.02
HSL 287.5º 0.96% 0.56% -
HSV(B) 287.5º 0.86% 0.98% -
XYZ 43.47 21.29 93.08 -
YUV 110.75 207.15 195.94 -
System Red Green Blue C M Y K H S L
Decimal 206 35 251 0.18 0.86 0 0.02 287.5 0.96 0.56
Hex CE 23 FB 12 56 0 2 120 60 38
Octal 316 43 373 22 126 0 2 440 140 70
Binary 11001110 100011 11111011 10010 1010110 0 10 100100000 1100000 111000

Color Harmonies of #CE23FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE23FB

Black with #CE23FB

Text Example


Text Example

White with #CE23FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE23FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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