Html Css Color HEX #C615FA Electric Purple

📋 copy color: '#C615FA'

red 198 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #C615FA

Tints of Electric Purple #C615FA

RGB

 RED value IS 198 (77.73% from 255) = 42.22%

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

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

R = 42.22%
G = 4.48%
B = 53.3%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C615FA (or 0xC615FA) is known color: Electric Purple. HEX triplet: C6, 15 and FA. RGB value is (198,21,250). Sum of RGB (Red+Green+Blue) = 198+21+250=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #C615FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C615FA is #39EA05. Grayscale: #636363. Windows color (decimal): -3795462 or 16389574. OLE color: 16389574.

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

Color convert

RGB 198 21 250 -
CMYK 0.21 0.92 0 0.02
HSL 286.38º 0.96% 0.53% -
HSV(B) 286.38º 0.92% 0.98% -
XYZ 40.81 19.44 92.04 -
YUV 100.03 212.64 197.88 -
System Red Green Blue C M Y K H S L
Decimal 198 21 250 0.21 0.92 0 0.02 286.38 0.96 0.53
Hex C6 15 FA 15 5C 0 2 11E 60 35
Octal 306 25 372 25 134 0 2 436 140 65
Binary 11000110 10101 11111010 10101 1011100 0 10 100011110 1100000 110101

Color Harmonies of #C615FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615FA

Black with #C615FA

Text Example


Text Example

White with #C615FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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