Html Css Color HEX #C915FC Electric Purple

📋 copy color: '#C915FC'

red 201 ◦ green 21 ◦ blue 252

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

Shades of Electric Purple #C915FC

Tints of Electric Purple #C915FC

RGB

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

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

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

R = 42.41%
G = 4.43%
B = 53.16%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C915FC (or 0xC915FC) is known color: Electric Purple. HEX triplet: C9, 15 and FC. RGB value is (201,21,252). Sum of RGB (Red+Green+Blue) = 201+21+252=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #C915FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C915FC is #36EA03. Grayscale: #646464. Windows color (decimal): -3598852 or 16520649. OLE color: 16520649.

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

Color convert

RGB 201 21 252 -
CMYK 0.20 0.92 0 0.01
HSL 286.75º 0.97% 0.54% -
HSV(B) 286.75º 0.92% 0.99% -
XYZ 41.93 19.98 93.74 -
YUV 101.15 213.13 199.22 -
System Red Green Blue C M Y K H S L
Decimal 201 21 252 0.20 0.92 0 0.01 286.75 0.97 0.54
Hex C9 15 FC 14 5C 0 1 11F 61 36
Octal 311 25 374 24 134 0 1 437 141 66
Binary 11001001 10101 11111100 10100 1011100 0 1 100011111 1100001 110110

Color Harmonies of #C915FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C915FC

Black with #C915FC

Text Example


Text Example

White with #C915FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C915FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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