Html Css Color HEX #C915FA Electric Purple

📋 copy color: '#C915FA'

red 201 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #C915FA

Tints of Electric Purple #C915FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.45%

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

R = 42.58%
G = 4.45%
B = 52.97%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C915FA (or 0xC915FA) is known color: Electric Purple. HEX triplet: C9, 15 and FA. RGB value is (201,21,250). Sum of RGB (Red+Green+Blue) = 201+21+250=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #C915FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C915FA is #36EA05. Grayscale: #646464. Windows color (decimal): -3598854 or 16389577. OLE color: 16389577.

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

Color convert

RGB 201 21 250 -
CMYK 0.20 0.92 0 0.02
HSL 287.16º 0.96% 0.53% -
HSV(B) 287.16º 0.92% 0.98% -
XYZ 41.61 19.86 92.08 -
YUV 100.93 212.13 199.38 -
System Red Green Blue C M Y K H S L
Decimal 201 21 250 0.20 0.92 0 0.02 287.16 0.96 0.53
Hex C9 15 FA 14 5C 0 2 11F 60 35
Octal 311 25 372 24 134 0 2 437 140 65
Binary 11001001 10101 11111010 10100 1011100 0 10 100011111 1100000 110101

Color Harmonies of #C915FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C915FA

Black with #C915FA

Text Example


Text Example

White with #C915FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C915FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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