Html Css Color HEX #C927FD Electric Purple

📋 copy color: '#C927FD'

red 201 ◦ green 39 ◦ blue 253

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

Shades of Electric Purple #C927FD

Tints of Electric Purple #C927FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 40.77%
G = 7.91%
B = 51.32%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C927FD (or 0xC927FD) is known color: Electric Purple. HEX triplet: C9, 27 and FD. RGB value is (201,39,253). Sum of RGB (Red+Green+Blue) = 201+39+253=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 39 (15.62% from 255 or 7.91% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #C927FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C927FD is #36D802. Grayscale: #6F6F6F. Windows color (decimal): -3594243 or 16590793. OLE color: 16590793.

HSL color Cylindrical-coordinate representation of color #C927FD: hue angle of 285.42º degrees, saturation: 0.98, 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 #C927FD is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 39 253 -
CMYK 0.21 0.85 0 0.01
HSL 285.42º 0.98% 0.57% -
HSV(B) 285.42º 0.85% 0.99% -
XYZ 42.54 20.96 94.73 -
YUV 111.83 207.67 191.6 -
System Red Green Blue C M Y K H S L
Decimal 201 39 253 0.21 0.85 0 0.01 285.42 0.98 0.57
Hex C9 27 FD 15 55 0 1 11D 62 39
Octal 311 47 375 25 125 0 1 435 142 71
Binary 11001001 100111 11111101 10101 1010101 0 1 100011101 1100010 111001

Color Harmonies of #C927FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C927FD

Black with #C927FD

Text Example


Text Example

White with #C927FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C927FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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