Html Css Color HEX #C715FE Electric Purple

📋 copy color: '#C715FE'

red 199 ◦ green 21 ◦ blue 254

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

Shades of Electric Purple #C715FE

Tints of Electric Purple #C715FE

RGB

 RED value IS 199 (78.13% from 255) = 41.98%

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

 BLUE value IS 254 (99.61% from 255) = 53.59%

R = 41.98%
G = 4.43%
B = 53.59%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C715FE (or 0xC715FE) is known color: Electric Purple. HEX triplet: C7, 15 and FE. RGB value is (199,21,254). Sum of RGB (Red+Green+Blue) = 199+21+254=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #C715FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C715FE is #38EA01. Grayscale: #646464. Windows color (decimal): -3729922 or 16651719. OLE color: 16651719.

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

Color convert

RGB 199 21 254 -
CMYK 0.22 0.92 0 0.00
HSL 285.84º 0.99% 0.54% -
HSV(B) 285.84º 0.92% 1% -
XYZ 41.71 19.83 95.4 -
YUV 100.78 214.47 198.05 -
System Red Green Blue C M Y K H S L
Decimal 199 21 254 0.22 0.92 0 0.00 285.84 0.99 0.54
Hex C7 15 FE 16 5C 0 0 11E 63 36
Octal 307 25 376 26 134 0 0 436 143 66
Binary 11000111 10101 11111110 10110 1011100 0 0 100011110 1100011 110110

Color Harmonies of #C715FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C715FE

Black with #C715FE

Text Example


Text Example

White with #C715FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C715FE; }

 p { color: rgb(199,21,254); }

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

background-color css

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

 a { background-color: rgb(199,21,254); }

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

border-color css

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

 span { border-color: rgb(199,21,254); }

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