Html Css Color HEX #C027EC Electric Purple

📋 copy color: '#C027EC'

red 192 ◦ green 39 ◦ blue 236

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

Shades of Electric Purple #C027EC

Tints of Electric Purple #C027EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 41.11%
G = 8.35%
B = 50.54%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C027EC (or 0xC027EC) is known color: Electric Purple. HEX triplet: C0, 27 and EC. RGB value is (192,39,236). Sum of RGB (Red+Green+Blue) = 192+39+236=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 39 (15.62% from 255 or 8.35% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #C027EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C027EC is #3FD813. Grayscale: #6A6A6A. Windows color (decimal): -4184084 or 15476672. OLE color: 15476672.

HSL color Cylindrical-coordinate representation of color #C027EC: hue angle of 286.6º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C027EC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 39 236 -
CMYK 0.19 0.83 0 0.07
HSL 286.6º 0.84% 0.54% -
HSV(B) 286.6º 0.83% 0.93% -
XYZ 37.6 18.71 80.99 -
YUV 107.21 200.69 188.48 -
System Red Green Blue C M Y K H S L
Decimal 192 39 236 0.19 0.83 0 0.07 286.6 0.84 0.54
Hex C0 27 EC 13 53 0 7 11F 54 36
Octal 300 47 354 23 123 0 7 437 124 66
Binary 11000000 100111 11101100 10011 1010011 0 111 100011111 1010100 110110

Color Harmonies of #C027EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C027EC

Black with #C027EC

Text Example


Text Example

White with #C027EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C027EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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