Html Css Color HEX #C617FA Electric Purple

📋 copy color: '#C617FA'

red 198 ◦ green 23 ◦ blue 250

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

Shades of Electric Purple #C617FA

Tints of Electric Purple #C617FA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.88%

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

R = 42.04%
G = 4.88%
B = 53.08%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C617FA (or 0xC617FA) is known color: Electric Purple. HEX triplet: C6, 17 and FA. RGB value is (198,23,250). Sum of RGB (Red+Green+Blue) = 198+23+250=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 23 (9.38% from 255 or 4.88% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #C617FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C617FA is #39E805. Grayscale: #646464. Windows color (decimal): -3794950 or 16390086. OLE color: 16390086.

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

Color convert

RGB 198 23 250 -
CMYK 0.21 0.91 0 0.02
HSL 286.26º 0.96% 0.54% -
HSV(B) 286.26º 0.91% 0.98% -
XYZ 40.85 19.52 92.06 -
YUV 101.2 211.98 197.04 -
System Red Green Blue C M Y K H S L
Decimal 198 23 250 0.21 0.91 0 0.02 286.26 0.96 0.54
Hex C6 17 FA 15 5B 0 2 11E 60 36
Octal 306 27 372 25 133 0 2 436 140 66
Binary 11000110 10111 11111010 10101 1011011 0 10 100011110 1100000 110110

Color Harmonies of #C617FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C617FA

Black with #C617FA

Text Example


Text Example

White with #C617FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C617FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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