Html Css Color HEX #CE23FA Electric Purple

📋 copy color: '#CE23FA'

red 206 ◦ green 35 ◦ blue 250

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

Shades of Electric Purple #CE23FA

Tints of Electric Purple #CE23FA

RGB

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

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

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

R = 41.96%
G = 7.13%
B = 50.92%

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

#CE23FA (or 0xCE23FA) is known color: Electric Purple. HEX triplet: CE, 23 and FA. RGB value is (206,35,250). Sum of RGB (Red+Green+Blue) = 206+35+250=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 35 (14.06% from 255 or 7.13% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE23FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE23FA is #31DC05. Grayscale: #6D6D6D. Windows color (decimal): -3267590 or 16393166. OLE color: 16393166.

HSL color Cylindrical-coordinate representation of color #CE23FA: hue angle of 287.72º 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 #CE23FA is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 35 250 -
CMYK 0.18 0.86 0 0.02
HSL 287.72º 0.96% 0.56% -
HSV(B) 287.72º 0.86% 0.98% -
XYZ 43.31 21.23 92.26 -
YUV 110.64 206.65 196.02 -
System Red Green Blue C M Y K H S L
Decimal 206 35 250 0.18 0.86 0 0.02 287.72 0.96 0.56
Hex CE 23 FA 12 56 0 2 120 60 38
Octal 316 43 372 22 126 0 2 440 140 70
Binary 11001110 100011 11111010 10010 1010110 0 10 100100000 1100000 111000

Color Harmonies of #CE23FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE23FA

Black with #CE23FA

Text Example


Text Example

White with #CE23FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE23FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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