Html Css Color HEX #C927EA Electric Purple

📋 copy color: '#C927EA'

red 201 ◦ green 39 ◦ blue 234

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

Shades of Electric Purple #C927EA

Tints of Electric Purple #C927EA

RGB

 RED value IS 201 (78.91% from 255) = 42.41%

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

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

R = 42.41%
G = 8.23%
B = 49.37%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C927EA (or 0xC927EA) is known color: Electric Purple. HEX triplet: C9, 27 and EA. RGB value is (201,39,234). Sum of RGB (Red+Green+Blue) = 201+39+234=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #C927EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C927EA is #36D815. Grayscale: #6D6D6D. Windows color (decimal): -3594262 or 15345609. OLE color: 15345609.

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

Color convert

RGB 201 39 234 -
CMYK 0.14 0.83 0 0.08
HSL 289.85º 0.82% 0.54% -
HSV(B) 289.85º 0.83% 0.92% -
XYZ 39.66 19.81 79.57 -
YUV 109.67 198.17 193.14 -
System Red Green Blue C M Y K H S L
Decimal 201 39 234 0.14 0.83 0 0.08 289.85 0.82 0.54
Hex C9 27 EA E 53 0 8 122 52 36
Octal 311 47 352 16 123 0 10 442 122 66
Binary 11001001 100111 11101010 1110 1010011 0 1000 100100010 1010010 110110

Color Harmonies of #C927EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C927EA

Black with #C927EA

Text Example


Text Example

White with #C927EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C927EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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