Html Css Color HEX #C715FA Electric Purple

📋 copy color: '#C715FA'

red 199 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #C715FA

Tints of Electric Purple #C715FA

RGB

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

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

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

R = 42.34%
G = 4.47%
B = 53.19%

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

#C715FA (or 0xC715FA) is known color: Electric Purple. HEX triplet: C7, 15 and FA. RGB value is (199,21,250). Sum of RGB (Red+Green+Blue) = 199+21+250=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #C715FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C715FA is #38EA05. Grayscale: #636363. Windows color (decimal): -3729926 or 16389575. OLE color: 16389575.

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

Color convert

RGB 199 21 250 -
CMYK 0.20 0.92 0 0.02
HSL 286.64º 0.96% 0.53% -
HSV(B) 286.64º 0.92% 0.98% -
XYZ 41.08 19.58 92.06 -
YUV 100.33 212.47 198.38 -
System Red Green Blue C M Y K H S L
Decimal 199 21 250 0.20 0.92 0 0.02 286.64 0.96 0.53
Hex C7 15 FA 14 5C 0 2 11F 60 35
Octal 307 25 372 24 134 0 2 437 140 65
Binary 11000111 10101 11111010 10100 1011100 0 10 100011111 1100000 110101

Color Harmonies of #C715FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C715FA

Black with #C715FA

Text Example


Text Example

White with #C715FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C715FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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