Html Css Color HEX #C929FA Electric Purple

📋 copy color: '#C929FA'

red 201 ◦ green 41 ◦ blue 250

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

Shades of Electric Purple #C929FA

Tints of Electric Purple #C929FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.33%

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 40.85%
G = 8.33%
B = 50.81%

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

#C929FA (or 0xC929FA) is known color: Electric Purple. HEX triplet: C9, 29 and FA. RGB value is (201,41,250). Sum of RGB (Red+Green+Blue) = 201+41+250=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #C929FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C929FA is #36D605. Grayscale: #6F6F6F. Windows color (decimal): -3593734 or 16394697. OLE color: 16394697.

HSL color Cylindrical-coordinate representation of color #C929FA: hue angle of 285.93º degrees, saturation: 0.95, 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 #C929FA is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 41 250 -
CMYK 0.20 0.84 0 0.02
HSL 285.93º 0.95% 0.57% -
HSV(B) 285.93º 0.84% 0.98% -
XYZ 42.14 20.91 92.26 -
YUV 112.67 205.51 191.01 -
System Red Green Blue C M Y K H S L
Decimal 201 41 250 0.20 0.84 0 0.02 285.93 0.95 0.57
Hex C9 29 FA 14 54 0 2 11E 5F 39
Octal 311 51 372 24 124 0 2 436 137 71
Binary 11001001 101001 11111010 10100 1010100 0 10 100011110 1011111 111001

Color Harmonies of #C929FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C929FA

Black with #C929FA

Text Example


Text Example

White with #C929FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C929FA; }

 p { color: rgb(201,41,250); }

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

background-color css

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

 a { background-color: rgb(201,41,250); }

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

border-color css

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

 span { border-color: rgb(201,41,250); }

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