Html Css Color HEX #C027EA Electric Purple

📋 copy color: '#C027EA'

red 192 ◦ green 39 ◦ blue 234

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

Shades of Electric Purple #C027EA

Tints of Electric Purple #C027EA

RGB

 RED value IS 192 (75.39% from 255) = 41.29%

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

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 41.29%
G = 8.39%
B = 50.32%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C027EA (or 0xC027EA) is known color: Electric Purple. HEX triplet: C0, 27 and EA. RGB value is (192,39,234). Sum of RGB (Red+Green+Blue) = 192+39+234=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #C027EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C027EA is #3FD815. Grayscale: #6A6A6A. Windows color (decimal): -4184086 or 15345600. OLE color: 15345600.

HSL color Cylindrical-coordinate representation of color #C027EA: hue angle of 287.08º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C027EA is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 39 234 -
CMYK 0.18 0.83 0 0.08
HSL 287.08º 0.82% 0.54% -
HSV(B) 287.08º 0.83% 0.92% -
XYZ 37.32 18.6 79.46 -
YUV 106.98 199.69 188.64 -
System Red Green Blue C M Y K H S L
Decimal 192 39 234 0.18 0.83 0 0.08 287.08 0.82 0.54
Hex C0 27 EA 12 53 0 8 11F 52 36
Octal 300 47 352 22 123 0 10 437 122 66
Binary 11000000 100111 11101010 10010 1010011 0 1000 100011111 1010010 110110

Color Harmonies of #C027EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C027EA

Black with #C027EA

Text Example


Text Example

White with #C027EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C027EA; }

 p { color: rgb(192,39,234); }

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

background-color css

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

 a { background-color: rgb(192,39,234); }

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

border-color css

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

 span { border-color: rgb(192,39,234); }

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