Html Css Color HEX #CE27FA Electric Purple

📋 copy color: '#CE27FA'

red 206 ◦ green 39 ◦ blue 250

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

Shades of Electric Purple #CE27FA

Tints of Electric Purple #CE27FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.88%

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

R = 41.62%
G = 7.88%
B = 50.51%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE27FA (or 0xCE27FA) is known color: Electric Purple. HEX triplet: CE, 27 and FA. RGB value is (206,39,250). Sum of RGB (Red+Green+Blue) = 206+39+250=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 39 (15.62% from 255 or 7.88% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE27FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE27FA is #31D805. Grayscale: #707070. Windows color (decimal): -3266566 or 16394190. OLE color: 16394190.

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

Color convert

RGB 206 39 250 -
CMYK 0.18 0.84 0 0.02
HSL 287.49º 0.95% 0.57% -
HSV(B) 287.49º 0.84% 0.98% -
XYZ 43.43 21.47 92.3 -
YUV 112.99 205.33 194.34 -
System Red Green Blue C M Y K H S L
Decimal 206 39 250 0.18 0.84 0 0.02 287.49 0.95 0.57
Hex CE 27 FA 12 54 0 2 11F 5F 39
Octal 316 47 372 22 124 0 2 437 137 71
Binary 11001110 100111 11111010 10010 1010100 0 10 100011111 1011111 111001

Color Harmonies of #CE27FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27FA

Black with #CE27FA

Text Example


Text Example

White with #CE27FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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