Html Css Color HEX #C927FE Electric Purple

📋 copy color: '#C927FE'

red 201 ◦ green 39 ◦ blue 254

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

Shades of Electric Purple #C927FE

Tints of Electric Purple #C927FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 40.69%
G = 7.89%
B = 51.42%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C927FE (or 0xC927FE) is known color: Electric Purple. HEX triplet: C9, 27 and FE. RGB value is (201,39,254). Sum of RGB (Red+Green+Blue) = 201+39+254=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 39 (15.62% from 255 or 7.89% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #C927FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C927FE is #36D801. Grayscale: #6F6F6F. Windows color (decimal): -3594242 or 16656329. OLE color: 16656329.

HSL color Cylindrical-coordinate representation of color #C927FE: hue angle of 285.21º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C927FE is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 39 254 -
CMYK 0.21 0.85 0 0.00
HSL 285.21º 0.99% 0.57% -
HSV(B) 285.21º 0.85% 1% -
XYZ 42.7 21.02 95.57 -
YUV 111.95 208.17 191.52 -
System Red Green Blue C M Y K H S L
Decimal 201 39 254 0.21 0.85 0 0.00 285.21 0.99 0.57
Hex C9 27 FE 15 55 0 0 11D 63 39
Octal 311 47 376 25 125 0 0 435 143 71
Binary 11001001 100111 11111110 10101 1010101 0 0 100011101 1100011 111001

Color Harmonies of #C927FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C927FE

Black with #C927FE

Text Example


Text Example

White with #C927FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C927FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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