Html Css Color HEX #C927FC Electric Purple

📋 copy color: '#C927FC'

red 201 ◦ green 39 ◦ blue 252

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

Shades of Electric Purple #C927FC

Tints of Electric Purple #C927FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.22%

R = 40.85%
G = 7.93%
B = 51.22%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C927FC (or 0xC927FC) is known color: Electric Purple. HEX triplet: C9, 27 and FC. RGB value is (201,39,252). Sum of RGB (Red+Green+Blue) = 201+39+252=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 39 (15.62% from 255 or 7.93% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #C927FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C927FC is #36D803. Grayscale: #6F6F6F. Windows color (decimal): -3594244 or 16525257. OLE color: 16525257.

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

Color convert

RGB 201 39 252 -
CMYK 0.20 0.85 0 0.01
HSL 285.63º 0.97% 0.57% -
HSV(B) 285.63º 0.85% 0.99% -
XYZ 42.38 20.9 93.9 -
YUV 111.72 207.17 191.68 -
System Red Green Blue C M Y K H S L
Decimal 201 39 252 0.20 0.85 0 0.01 285.63 0.97 0.57
Hex C9 27 FC 14 55 0 1 11E 61 39
Octal 311 47 374 24 125 0 1 436 141 71
Binary 11001001 100111 11111100 10100 1010101 0 1 100011110 1100001 111001

Color Harmonies of #C927FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C927FC

Black with #C927FC

Text Example


Text Example

White with #C927FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C927FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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