Html Css Color HEX #C927EF Electric Purple

📋 copy color: '#C927EF'

red 201 ◦ green 39 ◦ blue 239

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

Shades of Electric Purple #C927EF

Tints of Electric Purple #C927EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 41.96%
G = 8.14%
B = 49.9%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C927EF (or 0xC927EF) is known color: Electric Purple. HEX triplet: C9, 27 and EF. RGB value is (201,39,239). Sum of RGB (Red+Green+Blue) = 201+39+239=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 39 (15.62% from 255 or 8.14% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #C927EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C927EF is #36D810. Grayscale: #6D6D6D. Windows color (decimal): -3594257 or 15673289. OLE color: 15673289.

HSL color Cylindrical-coordinate representation of color #C927EF: hue angle of 288.6º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C927EF is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 39 239 -
CMYK 0.16 0.84 0 0.06
HSL 288.6º 0.86% 0.55% -
HSV(B) 288.6º 0.84% 0.94% -
XYZ 40.39 20.1 83.41 -
YUV 110.24 200.67 192.74 -
System Red Green Blue C M Y K H S L
Decimal 201 39 239 0.16 0.84 0 0.06 288.6 0.86 0.55
Hex C9 27 EF 10 54 0 6 121 56 37
Octal 311 47 357 20 124 0 6 441 126 67
Binary 11001001 100111 11101111 10000 1010100 0 110 100100001 1010110 110111

Color Harmonies of #C927EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C927EF

Black with #C927EF

Text Example


Text Example

White with #C927EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C927EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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