Html Css Color HEX #C927FB Electric Purple

📋 copy color: '#C927FB'

red 201 ◦ green 39 ◦ blue 251

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

Shades of Electric Purple #C927FB

Tints of Electric Purple #C927FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 40.94%
G = 7.94%
B = 51.12%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C927FB (or 0xC927FB) is known color: Electric Purple. HEX triplet: C9, 27 and FB. RGB value is (201,39,251). Sum of RGB (Red+Green+Blue) = 201+39+251=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 39 (15.62% from 255 or 7.94% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #C927FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C927FB is #36D804. Grayscale: #6E6E6E. Windows color (decimal): -3594245 or 16459721. OLE color: 16459721.

HSL color Cylindrical-coordinate representation of color #C927FB: hue angle of 285.85º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C927FB is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 39 251 -
CMYK 0.20 0.84 0 0.02
HSL 285.85º 0.96% 0.57% -
HSV(B) 285.85º 0.84% 0.98% -
XYZ 42.23 20.83 93.06 -
YUV 111.61 206.67 191.76 -
System Red Green Blue C M Y K H S L
Decimal 201 39 251 0.20 0.84 0 0.02 285.85 0.96 0.57
Hex C9 27 FB 14 54 0 2 11E 60 39
Octal 311 47 373 24 124 0 2 436 140 71
Binary 11001001 100111 11111011 10100 1010100 0 10 100011110 1100000 111001

Color Harmonies of #C927FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C927FB

Black with #C927FB

Text Example


Text Example

White with #C927FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C927FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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