Html Css Color HEX #C027EB Electric Purple

📋 copy color: '#C027EB'

red 192 ◦ green 39 ◦ blue 235

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

Shades of Electric Purple #C027EB

Tints of Electric Purple #C027EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 41.2%
G = 8.37%
B = 50.43%

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

#C027EB (or 0xC027EB) is known color: Electric Purple. HEX triplet: C0, 27 and EB. RGB value is (192,39,235). Sum of RGB (Red+Green+Blue) = 192+39+235=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #C027EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C027EB is #3FD814. Grayscale: #6A6A6A. Windows color (decimal): -4184085 or 15411136. OLE color: 15411136.

HSL color Cylindrical-coordinate representation of color #C027EB: hue angle of 286.84º degrees, saturation: 0.83, 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 #C027EB is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 39 235 -
CMYK 0.18 0.83 0 0.08
HSL 286.84º 0.83% 0.54% -
HSV(B) 286.84º 0.83% 0.92% -
XYZ 37.46 18.66 80.22 -
YUV 107.09 200.19 188.56 -
System Red Green Blue C M Y K H S L
Decimal 192 39 235 0.18 0.83 0 0.08 286.84 0.83 0.54
Hex C0 27 EB 12 53 0 8 11F 53 36
Octal 300 47 353 22 123 0 10 437 123 66
Binary 11000000 100111 11101011 10010 1010011 0 1000 100011111 1010011 110110

Color Harmonies of #C027EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C027EB

Black with #C027EB

Text Example


Text Example

White with #C027EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C027EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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