Html Css Color HEX #C630F4 Electric Purple

📋 copy color: '#C630F4'

red 198 ◦ green 48 ◦ blue 244

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

Shades of Electric Purple #C630F4

Tints of Electric Purple #C630F4

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.8%

 BLUE value IS 244 (95.7% from 255) = 49.8%

R = 40.41%
G = 9.8%
B = 49.8%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C630F4 (or 0xC630F4) is known color: Electric Purple. HEX triplet: C6, 30 and F4. RGB value is (198,48,244). Sum of RGB (Red+Green+Blue) = 198+48+244=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 244 (95.70% from 255 or 49.80% from 490); Max value from RGB is 244 - color contains mainly: blue. Hex color #C630F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C630F4 is #39CF0B. Grayscale: #727272. Windows color (decimal): -3788556 or 16003270. OLE color: 16003270.

HSL color Cylindrical-coordinate representation of color #C630F4: hue angle of 285.92º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C630F4 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 48 244 -
CMYK 0.19 0.80 0 0.04
HSL 285.92º 0.9% 0.57% -
HSV(B) 285.92º 0.8% 0.96% -
XYZ 40.67 20.65 87.43 -
YUV 115.19 200.7 187.06 -
System Red Green Blue C M Y K H S L
Decimal 198 48 244 0.19 0.80 0 0.04 285.92 0.9 0.57
Hex C6 30 F4 13 50 0 4 11E 5A 39
Octal 306 60 364 23 120 0 4 436 132 71
Binary 11000110 110000 11110100 10011 1010000 0 100 100011110 1011010 111001

Color Harmonies of #C630F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C630F4

Black with #C630F4

Text Example


Text Example

White with #C630F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C630F4; }

 p { color: rgb(198,48,244); }

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

background-color css

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

 a { background-color: rgb(198,48,244); }

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

border-color css

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

 span { border-color: rgb(198,48,244); }

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